Searched defs:to_add (Results 1 – 2 of 2) sorted by relevance
110 HInstruction* to_add = new (&allocator) HNullCheck(parameter, 0); in TEST() local
1151 void BasicBlock::PrependMIRList(const std::vector<MIR*>& to_add) { in PrependMIRList()