Home
last modified time | relevance | path

Searched defs:InsertInstructionBefore (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dgraph_test.cc277 TEST_F(GraphTest, InsertInstructionBefore) { in TEST_F() argument
Dnodes.cc1183 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock
1394 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HInstructionList