Searched refs:insert_after (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dmir_graph.cc1114 void BasicBlock::InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir) { argument
1120 // If insert_after is null, assume BB is empty.
1121 if (insert_after == nullptr) {
1126 MIR* after_list = insert_after->next;
1127 insert_after->next = first_list_mir;
H A Dmir_graph.h417 void InsertMIRListAfter(MIR* insert_after, MIR* first_list_mir, MIR* last_list_mir);

Completed in 411 milliseconds