From b30c5a0d84cd03ae465bda61ee41ddaec326b9d5 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 21 Jan 2025 11:47:52 +0000 Subject: Add new WellKnownClasses fields to avoid harcoded constants. Test: test.py Change-Id: I3a065dd5582269792032df0c6446c3c4b6cd72be --- compiler/optimizing/inliner.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/optimizing/inliner.h') 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_); -- cgit v1.2.3-59-g8ed1b