Searched defs:InsertInstructionBefore (Results 1 – 2 of 2) sorted by relevance
277 TEST_F(GraphTest, InsertInstructionBefore) { in TEST_F() argument
1010 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock1172 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HInstructionList