Searched defs:Remove (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.cc153 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { function in class:art::IndirectReferenceTable
256 // Remove NULLs.
H A Dintern_table.cc69 strong_interns_.Remove(old_ref);
121 strong_interns_.Remove(s);
129 weak_interns_.Remove(s);
294 void InternTable::Table::Remove(mirror::String* s) { function in class:art::InternTable::Table
H A Dreference_table.cc51 void ReferenceTable::Remove(mirror::Object* obj) { function in class:art::ReferenceTable
207 // Remove any uninteresting stuff from the list. The sort moved them all to the end.
/art/compiler/optimizing/
H A Dnodes.cc75 // (2) Remove blocks not visited during the initial DFS.
328 static void Remove(HInstructionList* instruction_list, function in namespace:art
343 Remove(&instructions_, this, instruction);
347 Remove(&phis_, this, phi);

Completed in 314 milliseconds