From 5a4b8a236030460651a3136397d23ca6744e7eb7 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 11 Sep 2014 08:30:08 -0700 Subject: ART: Rename Handle hierarchy Bring the names in line with normal OO principles: ConstHandle becomes Handle, and Handle becomes MutableHandle. Change-Id: I0f018eb7ba28bc422e3a23dd73a6cbe6fc2d2044 --- compiler/common_compiler_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index db9dcd4b4b..fbaed9ffab 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -367,7 +367,7 @@ void CommonCompilerTest::CompileMethod(mirror::ArtMethod* method) { MakeExecutable(method); } -void CommonCompilerTest::CompileDirectMethod(ConstHandle class_loader, +void CommonCompilerTest::CompileDirectMethod(Handle class_loader, const char* class_name, const char* method_name, const char* signature) { std::string class_descriptor(DotToDescriptor(class_name)); @@ -380,7 +380,7 @@ void CommonCompilerTest::CompileDirectMethod(ConstHandle cl CompileMethod(method); } -void CommonCompilerTest::CompileVirtualMethod(ConstHandle class_loader, +void CommonCompilerTest::CompileVirtualMethod(Handle class_loader, const char* class_name, const char* method_name, const char* signature) { std::string class_descriptor(DotToDescriptor(class_name)); -- cgit v1.2.3