diff options
author | 2022-10-06 13:46:55 +0200 | |
---|---|---|
committer | 2022-10-06 15:02:53 +0000 | |
commit | 8c5e881904c30de5dbc03536ea67bbe2d48088fd (patch) | |
tree | b0bbf7c5120d7894d21131478640e6f7b8761975 /compiler/common_compiler_test.h | |
parent | e1b8877890147b8572809266653677084e1a5112 (diff) |
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
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<const uint8_t> vmap_table, InstructionSet instruction_set); - void MakeExecutable(ArtMethod* method, const CompiledMethod* compiled_method) - REQUIRES_SHARED(Locks::mutator_lock_); - protected: void SetUp(); |