Home
last modified time | relevance | path

Searched refs:insert_point (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation.cc275 HInstruction* insert_point = (start_instruction != nullptr) in BoundTypeIn() local
279 insert_point, receiver, class_rti, start_instruction, start_block)) { in BoundTypeIn()
282 start_block->InsertInstructionBefore(bound_type, insert_point); in BoundTypeIn()