summaryrefslogtreecommitdiff
path: root/runtime/art_method.h
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2020-09-03 15:20:12 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-09-03 15:20:12 +0000
commitd21c41cd9376fcc33fe5b68d08fcedd91fa8bad5 (patch)
treed78ced43ab9c91b5a659ed8ecae2ec514351b57f /runtime/art_method.h
parent3e1aa86764fec686a187c5b46da7774665bac77a (diff)
parent81daf3dd28e736697221fac968822a4b17dbc089 (diff)
Rename ArtMethod::IsPolymorphicSignature am: 81daf3dd28
Original change: https://android-review.googlesource.com/c/platform/art/+/1418554 Change-Id: Ib9e92a96f0fb5f59aaead24f12da12a313833467
Diffstat (limited to 'runtime/art_method.h')
-rw-r--r--runtime/art_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h
index b3101d8920..6050f003c0 100644
--- a/runtime/art_method.h
+++ b/runtime/art_method.h
@@ -314,7 +314,7 @@ class ArtMethod final {
bool IsProxyMethod() REQUIRES_SHARED(Locks::mutator_lock_);
- bool IsPolymorphicSignature() REQUIRES_SHARED(Locks::mutator_lock_);
+ bool IsSignaturePolymorphic() REQUIRES_SHARED(Locks::mutator_lock_);
bool UseFastInterpreterToInterpreterInvoke() const {
// The bit is applicable only if the method is not intrinsic.