Searched defs:InsertInstructionBefore (Results 1 – 2 of 2) sorted by relevance
286 TEST(GraphTest, InsertInstructionBefore) { in TEST() argument
291 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() function in art::HBasicBlock