Searched refs:to_add (Results 1 – 2 of 2) sorted by relevance
114 HInstruction* to_add = new (&allocator) HNullCheck(parameter, 0); in TEST() local115 entry->AddInstruction(to_add); in TEST()
6521 std::vector<mirror::Class*> to_add; in SetupInterfaceLookupTable() local6525 to_add.push_back(interface); in SetupInterfaceLookupTable()6528 new_ifcount = FillIfTable(iftable.Get(), super_ifcount, std::move(to_add)); in SetupInterfaceLookupTable()