diff options
author | 2022-01-17 17:12:38 +0000 | |
---|---|---|
committer | 2022-01-24 10:15:09 +0000 | |
commit | c8a694ddbcda17fc90121d7e7985d90d3860a60c (patch) | |
tree | 729f5df88c74983f6cfca6a5d6761d093db7e747 /runtime/class_linker.h | |
parent | bed84ef16bd124293714b545be1c2d96c6a618b2 (diff) |
Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint."
This reverts commit b0f63c93e44bf53a34dda90c74b8725a932922da.
Reason for revert: Fix For proxy init.
Test: test.py
Change-Id: I6b4796115d73a093f86309cec1f03cafd981c2e9
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index 22a8c7f190..e2b87942e6 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -616,10 +616,6 @@ 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_); |