summaryrefslogtreecommitdiff
path: root/compiler/optimizing/inliner.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2025-01-21 11:47:52 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2025-01-21 09:11:38 -0800
commitb30c5a0d84cd03ae465bda61ee41ddaec326b9d5 (patch)
tree1c099edff66d4df1c3654f0b615bec23cc72b3b2 /compiler/optimizing/inliner.h
parent761ea222e35e0ffacb2149ce22a92b3c6a4bdf79 (diff)
Add new WellKnownClasses fields to avoid harcoded constants.
Test: test.py Change-Id: I3a065dd5582269792032df0c6446c3c4b6cd72be
Diffstat (limited to 'compiler/optimizing/inliner.h')
-rw-r--r--compiler/optimizing/inliner.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/inliner.h b/compiler/optimizing/inliner.h
index 57d3364051..4afb78a0e2 100644
--- a/compiler/optimizing/inliner.h
+++ b/compiler/optimizing/inliner.h
@@ -246,8 +246,7 @@ class HInliner : public HOptimization {
HInstruction* cursor,
HBasicBlock* bb_cursor);
- HInstanceFieldGet* BuildGetReceiverClass(ClassLinker* class_linker,
- HInstruction* receiver,
+ HInstanceFieldGet* BuildGetReceiverClass(HInstruction* receiver,
uint32_t dex_pc) const
REQUIRES_SHARED(Locks::mutator_lock_);