From 8c5e881904c30de5dbc03536ea67bbe2d48088fd Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Thu, 6 Oct 2022 13:46:55 +0200 Subject: Remove `CompiledCode::CodePointer()`. And clean up some related test helpers in preparation for moving `CompiledMethod` to dex2oat/. Test: m test-art-host-gtest Test: run-gtests.sh Change-Id: I13b42bfb4f6ee3a7f7f22bbc8d22203c5d56e00b --- compiler/common_compiler_test.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler/common_compiler_test.h') diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index cc74f8f6b4..be2e483225 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -33,7 +33,6 @@ namespace mirror { class ClassLoader; } // namespace mirror -class CompiledMethod; class CompilerOptions; class CumulativeLogger; class DexFile; @@ -54,9 +53,6 @@ class CommonCompilerTestImpl { ArrayRef vmap_table, InstructionSet instruction_set); - void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) - REQUIRES_SHARED(Locks::mutator_lock_); - protected: void SetUp(); -- cgit v1.2.3-59-g8ed1b