Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc640 HInstruction* insert_before = nullptr; in InsertConstant() local
646 insert_before = suspend_check; in InsertConstant()
648 insert_before = gota; in InsertConstant()
652 if (insert_before == nullptr) { in InsertConstant()
655 entry_block_->InsertInstructionBefore(constant, insert_before); in InsertConstant()