summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2022-09-27 11:24:07 +0200
committer VladimĂ­r Marko <vmarko@google.com> 2022-09-28 07:19:04 +0000
commit51d4445f215d4a301fc72ba7a79e9ca8532b525b (patch)
treed67db44aa0b2cc26255b7ca1b80117c551ebe193 /compiler/common_compiler_test.h
parente6e6bee183bf69cf313a3b942a84cd18cbaae31c (diff)
Move ReflectionTest.StaticMainMethod to compiler/.
And clean up some related code. Test: m test-art-host-gtest Test: atest art_standalone_runtime_tests Test: atest art_standalone_compiler_tests Test: atest ArtGtestsTargetChroot Change-Id: I6b60e553dad7111f6247fbd873cd46af11f00276
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);