Searched refs:BoundTypeIn (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 214 static void BoundTypeIn(HInstruction* receiver, in BoundTypeIn() function 258 BoundTypeIn(receiver->InputAt(0), start_block, start_instruction, class_rti); in BoundTypeIn() 314 BoundTypeIn(receiver, trueBlock, /* start_instruction= */ nullptr, class_rti); in BoundTypeForClassCheck() 393 BoundTypeIn(obj, notNullBlock, /* start_instruction= */ nullptr, object_rti); in BoundTypeForIfNotNull() 505 BoundTypeIn(obj, instanceOfTrueBlock, /* start_instruction= */ nullptr, class_rti); in BoundTypeForIfInstanceOf()
|