Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc1181 void BasicBlock::InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir) { in InsertMIRListBefore() argument
1188 if (insert_before == nullptr) { in InsertMIRListBefore()
1193 if (first_mir_insn == insert_before) { in InsertMIRListBefore()
1198 MIR* before_list = FindPreviousMIR(insert_before); in InsertMIRListBefore()
1201 last_list_mir->next = insert_before; in InsertMIRListBefore()
Dmir_graph.h419 void InsertMIRBefore(MIR* insert_before, MIR* list);
420 void InsertMIRListBefore(MIR* insert_before, MIR* first_list_mir, MIR* last_list_mir);