Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map-inl.h78 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref, in Remove() function
/art/openjdkjvmti/
Djvmti_weak_table-inl.h90 bool JvmtiWeakTable<T>::Remove(art::ObjPtr<art::mirror::Object> obj, /* out */ T* tag) { in Remove() function
/art/runtime/gc/
Dsystem_weak_test.cc179 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
/art/runtime/
Dreference_table.cc59 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { in Remove() function in art::ReferenceTable
Dindirect_reference_table.cc344 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
Dclass_table.cc172 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
Druntime_callbacks.cc44 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove() function
Dintern_table.cc380 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { in Remove() function in art::InternTable::Table
Dhidden_api_test.cc539 static bool Remove(const std::string& path, /*out*/ std::string* error_msg) { in Remove() function
/art/libartbase/base/
Dintrusive_forward_list_test.cc565 void IntrusiveForwardListTest::Remove() { in Remove() function in art::IntrusiveForwardListTest
587 TEST_F(IntrusiveForwardListTest, Remove) { in TEST_F() argument
Dvariant_map.h309 void Remove(const TKey<TValue>& key) { in Remove() function
/art/runtime/gc/allocator/
Drosalloc.h156 Slot* Remove() { in Remove() function
/art/compiler/optimizing/
Dlocations.h460 void Remove(Location loc) { in Remove() function
Dnodes.cc739 void HLoopInformation::Remove(HBasicBlock* block) { in Remove() function in art::HLoopInformation
1046 static void Remove(HInstructionList* instruction_list, in Remove() function