summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2022-09-28 09:42:57 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-09-28 09:42:57 +0000
commit6b4e9e178ee66b80d58aa7afaaccda9ce324ccfb (patch)
treee00a8315b61467db8e86b7a212d1bbdbb7c5b3ec /compiler/common_compiler_test.h
parentf2601a544622a72962360a5a77b9ea9ed8cdf30e (diff)
parentd8d8cc1f2069f67bcf69146983b717c11f178601 (diff)
Move ReflectionTest.StaticMainMethod to compiler/. am: 51d4445f21 am: f033a451bf am: aa54c808cd am: d8d8cc1f20
Original change: https://android-review.googlesource.com/c/platform/art/+/2232131 Change-Id: Icf16bfafb0a1c5f4ee12c7d39c86fe1e706133d4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r--compiler/common_compiler_test.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h
index 89cc1fa28f..cc021b829e 100644
--- a/compiler/common_compiler_test.h
+++ b/compiler/common_compiler_test.h
@@ -74,14 +74,6 @@ class CommonCompilerTestImpl {
void CompileMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
- void CompileDirectMethod(Handle<mirror::ClassLoader> class_loader, const char* class_name,
- const char* method_name, const char* signature)
- REQUIRES_SHARED(Locks::mutator_lock_);
-
- void CompileVirtualMethod(Handle<mirror::ClassLoader> class_loader, const char* class_name,
- const char* method_name, const char* signature)
- REQUIRES_SHARED(Locks::mutator_lock_);
-
void ApplyInstructionSet();
void OverrideInstructionSetFeatures(InstructionSet instruction_set, const std::string& variant);