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

/art/compiler/utils/
H A Datomic_dex_ref_map-inl.h78 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref, function in class:art::AtomicDexRefMap
H A Dintrusive_forward_list_test.cc105 void Remove();
565 void IntrusiveForwardListTest::Remove() { function in class:art::IntrusiveForwardListTest
587 TEST_F(IntrusiveForwardListTest, Remove) {
588 Remove<IFLTestValueList>();
589 Remove<ConstIFLTestValueList>();
590 Remove<IFLTestValue2List>();
/art/openjdkjvmti/
H A Djvmti_weak_table-inl.h90 bool JvmtiWeakTable<T>::Remove(art::mirror::Object* obj, /* out */ T* tag) { function in class:openjdkjvmti::JvmtiWeakTable
/art/runtime/
H A Dclass_table.cc186 bool ClassTable::Remove(const char* descriptor) { function in class:art::ClassTable
H A Dreference_table.cc59 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { function in class:art::ReferenceTable
H A Druntime_callbacks.cc31 static inline void Remove(T* cb, std::vector<T*>* data) { function in namespace:art
43 Remove(cb, &ddm_callbacks_);
57 Remove(cb, &debugger_control_callbacks_);
86 Remove(cb, &method_inspection_callbacks_);
151 Remove(cb, &monitor_callbacks_);
155 Remove(cb, &thread_callbacks_);
175 Remove(cb, &class_callbacks_);
225 Remove(cb, &sigquit_callbacks_);
239 Remove(cb, &phase_callbacks_);
253 Remove(c
[all...]
H A Dindirect_reference_table.cc133 // To keep the IRT compact, we want to fill "holes" created by non-stack-discipline Add & Remove
146 // cannot do work when the segment changes. Thus, Add and Remove need to ensure the current
342 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { function in class:art::IndirectReferenceTable
344 LOG(INFO) << "+++ Remove: previous_state=" << previous_state.top_index
H A Dintern_table.cc75 strong_interns_.Remove(old_ref);
148 strong_interns_.Remove(s);
156 weak_interns_.Remove(s);
404 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { function in class:art::InternTable::Table
/art/libartbase/base/
H A Dvariant_map.h254 map_.Remove(key_);
289 Remove(key);
307 // Remove the value for a given key, or a no-op if there was no previously set value.
309 void Remove(const TKey<TValue>& key) { function in struct:art::VariantMap
320 // Remove all key/value pairs.
/art/runtime/gc/allocator/
H A Drosalloc.h157 Slot* Remove() { function in class:art::gc::allocator::RosAlloc::SlotFreeList
/art/compiler/optimizing/
H A Dnodes.cc97 // Remove the environment use records of the instruction for users.
166 // Remove the block from the list of blocks, so that further analyses
189 // (2) Remove instructions and phis from blocks not visited during
194 // (3) Remove blocks not visited during the initial DFS.
737 void HLoopInformation::Remove(HBasicBlock* block) { function in class:art::HLoopInformation
1044 static void Remove(HInstructionList* instruction_list, function in namespace:art
1060 Remove(&instructions_, this, instruction, ensure_safety);
1064 Remove(&phis_, this, phi, ensure_safety);
1388 // Remove the inputs first, otherwise removing the instruction
2110 // Remove thi
[all...]

Completed in 196 milliseconds