summaryrefslogtreecommitdiff
path: root/runtime/art_method.h
diff options
context:
space:
mode:
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.