Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 30) sorted by relevance

12

/art/runtime/
Dindirect_reference_table_test.cc80 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; in TEST_F()
97 EXPECT_TRUE(irt.Remove(cookie, iref0)); in TEST_F()
99 EXPECT_TRUE(irt.Remove(cookie, iref1)); in TEST_F()
101 EXPECT_TRUE(irt.Remove(cookie, iref2)); in TEST_F()
119 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F()
121 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F()
123 ASSERT_TRUE(irt.Remove(cookie, iref0)); in TEST_F()
141 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F()
143 ASSERT_FALSE(irt.Remove(cookie, iref1)); in TEST_F()
149 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F()
[all …]
Druntime_callbacks.cc34 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove() function
42 Remove(cb, &thread_callbacks_); in RemoveThreadLifecycleCallback()
62 Remove(cb, &class_callbacks_); in RemoveClassLoadCallback()
112 Remove(cb, &sigquit_callbacks_); in RemoveRuntimeSigQuitCallback()
126 Remove(cb, &phase_callbacks_); in RemoveRuntimePhaseCallback()
140 Remove(cb, &method_callbacks_); in RemoveMethodCallback()
Dreference_table_test.cc88 rt.Remove(nullptr); in TEST_F()
92 rt.Remove(o1); in TEST_F()
127 rt.Remove(o1); in TEST_F()
136 rt.Remove(o2); in TEST_F()
Dreference_table.h47 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dintern_table.cc73 strong_interns_.Remove(old_ref); in VisitRoots()
146 strong_interns_.Remove(s); in RemoveStrong()
154 weak_interns_.Remove(s); in RemoveWeak()
402 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { in Remove() function in art::InternTable::Table
Djni_env_ext.cc107 locals.Remove(local_ref_cookie, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef()
217 monitors->Remove(o); in RemoveMonitors()
Dclass_table_test.cc144 table.Remove(descriptor_x); in TEST_F()
Dindirect_reference_table.h276 bool Remove(IRTSegmentState previous_state, IndirectRef iref);
Dclass_table.h220 bool Remove(const char* descriptor)
Dreference_table.cc57 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { in Remove() function in art::ReferenceTable
Dintern_table.h195 void Remove(ObjPtr<mirror::String> s)
Dindirect_reference_table.cc314 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
Dclass_table.cc185 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
Djava_vm_ext.cc588 if (!globals_.Remove(kIRTFirstSegment, obj)) { in DeleteGlobalRef()
599 if (!weak_globals_.Remove(kIRTFirstSegment, obj)) { in DeleteWeakGlobalRef()
/art/runtime/openjdkjvmti/
Dobject_tagging.cc48 return Remove(obj, &tmp); in Set()
Djvmti_weak_table.h62 bool Remove(art::mirror::Object* obj, /* out */ T* tag)
Djvmti_weak_table-inl.h89 bool JvmtiWeakTable<T>::Remove(art::mirror::Object* obj, /* out */ T* tag) { in Remove() function
/art/runtime/base/
Dvariant_map.h245 map_.Remove(key_); in ~ScopedRemove()
280 Remove(key); in Set()
299 void Remove(const TKey<TValue>& key) { in Remove() function
Dvariant_map_test.cc73 fm.Remove(FruitMap::Apple); in TEST()
/art/runtime/gc/allocator/
Drosalloc-inl.h112 Slot* slot = free_list_.Remove(); in AllocSlot()
Drosalloc.h156 Slot* Remove() { in Remove() function
/art/tools/ahat/
DREADME.txt83 Remove native allocations view.
84 Remove outdated help page.
/art/runtime/gc/
Dsystem_weak_test.cc177 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
/art/compiler/optimizing/
Dnodes.cc568 void HLoopInformation::Remove(HBasicBlock* block) { in Remove() function in art::HLoopInformation
856 static void Remove(HInstructionList* instruction_list, in Remove() function
872 Remove(&instructions_, this, instruction, ensure_safety); in RemoveInstruction()
876 Remove(&phis_, this, phi, ensure_safety); in RemovePhi()
1856 loop_info->Remove(this); in DisconnectAndDelete()
1895 loop_info->Remove(other); in MergeWith()
Dlocations.h447 void Remove(Location loc) { in Remove() function

12