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, 2 insertions, 0 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h
index 16b4648821..7f6004ace7 100644
--- a/runtime/art_method.h
+++ b/runtime/art_method.h
@@ -384,6 +384,8 @@ class ArtMethod final {
ClearAccessFlags(kAccSkipAccessChecks);
}
+ bool CanBeSimulated() REQUIRES_SHARED(Locks::mutator_lock_);
+
// Returns true if this method could be overridden by a default method.
bool IsOverridableByDefaultMethod() REQUIRES_SHARED(Locks::mutator_lock_);