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