Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dreference_table.cc52 void ReferenceTable::Remove(mirror::Object* obj) { in Remove() function in art::ReferenceTable
Dindirect_reference_table.cc173 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
Dclass_table.cc115 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
Dintern_table.cc431 void InternTable::Table::Remove(mirror::String* s) { in Remove() function in art::InternTable::Table
/art/runtime/base/
Dvariant_map.h299 void Remove(const TKey<TValue>& key) { in Remove() function
/art/compiler/utils/
Dintrusive_forward_list_test.cc401 TEST(IntrusiveForwardList, Remove) { in TEST() argument
/art/compiler/optimizing/
Dlocations.h423 void Remove(Location loc) { in Remove() function
Dnodes.cc574 void HLoopInformation::Remove(HBasicBlock* block) { in Remove() function in art::HLoopInformation
862 static void Remove(HInstructionList* instruction_list, in Remove() function
/art/runtime/gc/allocator/
Drosalloc.h156 Slot* Remove() { in Remove() function