From 51d4445f215d4a301fc72ba7a79e9ca8532b525b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 27 Sep 2022 11:24:07 +0200 Subject: 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 --- compiler/common_compiler_test.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'compiler/common_compiler_test.h') 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 class_loader, const char* class_name, - const char* method_name, const char* signature) - REQUIRES_SHARED(Locks::mutator_lock_); - - void CompileVirtualMethod(Handle 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); -- cgit v1.2.3-59-g8ed1b