From 4a1b177c777d541b408408442378d6c4a2185599 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 23 Jan 2025 11:09:54 +0000 Subject: Address comments from aosp/3457760. Test: test.py Change-Id: I48a9da7111d61762ab04d53c7efd689aad08f71b --- 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 4afb78a0e2..2ca286ea6a 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(HInstruction* receiver, - uint32_t dex_pc) const + HInstanceFieldGet* BuildGetReceiverClass(HInstruction* receiver, uint32_t dex_pc) const REQUIRES_SHARED(Locks::mutator_lock_); void MaybeRunReferenceTypePropagation(HInstruction* replacement, -- cgit v1.2.3-59-g8ed1b