Searched refs:BoundTypeIn (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | reference_type_propagation.cc | 243 static void BoundTypeIn(HInstruction* receiver, in BoundTypeIn() function 287 BoundTypeIn(receiver->InputAt(0), start_block, start_instruction, class_rti); in BoundTypeIn() 341 BoundTypeIn(receiver, trueBlock, /* start_instruction= */ nullptr, class_rti); in BoundTypeForClassCheck() 420 BoundTypeIn(obj, notNullBlock, /* start_instruction= */ nullptr, object_rti); in BoundTypeForIfNotNull() 532 BoundTypeIn(obj, instanceOfTrueBlock, /* start_instruction= */ nullptr, class_rti); in BoundTypeForIfInstanceOf()
|