From c8a694ddbcda17fc90121d7e7985d90d3860a60c Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 17 Jan 2022 17:12:38 +0000 Subject: 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 --- runtime/class_linker.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/class_linker.h') 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_); -- cgit v1.2.3-59-g8ed1b