Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h411 void AppendMIRList(MIR* first_list_mir, MIR* last_list_mir);
412 void AppendMIRList(const std::vector<MIR*>& insns);
Dmir_graph.cc1095 void BasicBlock::AppendMIRList(MIR* first_list_mir, MIR* last_list_mir) { in AppendMIRList() function in art::BasicBlock
1100 void BasicBlock::AppendMIRList(const std::vector<MIR*>& insns) { in AppendMIRList() function in art::BasicBlock