Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc698 HInstruction* insert_before = nullptr; in InsertConstant() local
704 insert_before = suspend_check; in InsertConstant()
706 insert_before = gota; in InsertConstant()
710 if (insert_before == nullptr) { in InsertConstant()
713 entry_block_->InsertInstructionBefore(constant, insert_before); in InsertConstant()