diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 7ba62f4e89..b0c02e538e 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -620,6 +620,10 @@ class ClassLinker { return intern_table_; } + // Set the entrypoints up for method to the enter the interpreter. + void SetEntryPointsToInterpreter(ArtMethod* method) const + REQUIRES_SHARED(Locks::mutator_lock_); + // Set the entrypoints up for an obsolete method. void SetEntryPointsForObsoleteMethod(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_); |