summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2024-11-04 17:19:31 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2024-11-05 14:04:28 +0000
commit96dc77238e2b5a962911a6da06d5e1b869dc92f8 (patch)
tree4a96efaca4f14d4ae488903bb622b25399887ab2 /compiler/common_compiler_test.cc
parent4d6fdd9fb379ac6e3575c3ec5406d808e0290636 (diff)
Rename ResolveMethodWithoutInvokeType and use it more.
Rename it to ResolveMethodId as a more precise name, and use it in places where that's the thing we need. Test: test.py Change-Id: I906371585e9fa208093eed9affba552fd135a184
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r--compiler/common_compiler_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc
index d627af8158..f24406e599 100644
--- a/compiler/common_compiler_test.cc
+++ b/compiler/common_compiler_test.cc
@@ -291,7 +291,6 @@ void CommonCompilerTestImpl::CompileMethod(ArtMethod* method) {
} else {
compiled_method = compiler->Compile(method->GetCodeItem(),
method->GetAccessFlags(),
- method->GetInvokeType(),
method->GetClassDefIndex(),
method->GetDexMethodIndex(),
class_loader,