Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_test.cc114 HInstruction* to_add = new (&allocator) HNullCheck(parameter, 0); in TEST() local
115 entry->AddInstruction(to_add); in TEST()
/art/runtime/
Dclass_linker.cc6521 std::vector<mirror::Class*> to_add; in SetupInterfaceLookupTable() local
6525 to_add.push_back(interface); in SetupInterfaceLookupTable()
6528 new_ifcount = FillIfTable(iftable.Get(), super_ifcount, std::move(to_add)); in SetupInterfaceLookupTable()