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