Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dreference_type_propagation.cc265 HInstruction* insert_point = (start_instruction != nullptr) in BoundTypeIn() local
269 insert_point, receiver, class_rti, start_instruction, start_block)) { in BoundTypeIn()
272 start_block->InsertInstructionBefore(bound_type, insert_point); in BoundTypeIn()