Home
last modified time | relevance | path

Searched refs:to_add (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes_test.cc110 HInstruction* to_add = new (&allocator) HNullCheck(parameter, 0); in TEST() local
111 entry->AddInstruction(to_add); in TEST()
/art/compiler/dex/
Dmir_graph.cc1151 void BasicBlock::PrependMIRList(const std::vector<MIR*>& to_add) { in PrependMIRList() argument
1152 for (std::vector<MIR*>::const_iterator it = to_add.begin(); it != to_add.end(); it++) { in PrependMIRList()
Dmir_graph.h415 void PrependMIRList(const std::vector<MIR*>& to_add);