summaryrefslogtreecommitdiff
path: root/compiler/compiler.h
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/compiler.h
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/compiler.h')
-rw-r--r--compiler/compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/compiler.h b/compiler/compiler.h
index 843bbbb083..196b729b91 100644
--- a/compiler/compiler.h
+++ b/compiler/compiler.h
@@ -55,7 +55,6 @@ class Compiler {
virtual CompiledMethod* Compile(const dex::CodeItem* code_item,
uint32_t access_flags,
- InvokeType invoke_type,
uint16_t class_def_idx,
uint32_t method_idx,
Handle<mirror::ClassLoader> class_loader,