Home
last modified time | relevance | path

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

12

/art/runtime/
Dindirect_reference_table_test.cc82 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; in TEST_F()
99 EXPECT_TRUE(irt.Remove(cookie, iref0)); in TEST_F()
101 EXPECT_TRUE(irt.Remove(cookie, iref1)); in TEST_F()
103 EXPECT_TRUE(irt.Remove(cookie, iref2)); in TEST_F()
121 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F()
123 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F()
125 ASSERT_TRUE(irt.Remove(cookie, iref0)); in TEST_F()
143 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F()
145 ASSERT_FALSE(irt.Remove(cookie, iref1)); in TEST_F()
151 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F()
[all …]
Druntime_callbacks.cc44 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove() function
58 Remove(cb, &ddm_callbacks_); in RemoveDdmCallback()
74 Remove(cb, &debugger_control_callbacks_); in RemoveDebuggerControlCallback()
105 Remove(cb, &method_inspection_callbacks_); in RemoveMethodInspectionCallback()
173 Remove(cb, &monitor_callbacks_); in RemoveMonitorCallback()
195 Remove(cb, &park_callbacks_); in RemoveParkCallback()
200 Remove(cb, &thread_callbacks_); in RemoveThreadLifecycleCallback()
222 Remove(cb, &class_callbacks_); in RemoveClassLoadCallback()
274 Remove(cb, &sigquit_callbacks_); in RemoveRuntimeSigQuitCallback()
290 Remove(cb, &phase_callbacks_); in RemoveRuntimePhaseCallback()
[all …]
Dreference_table_test.cc95 rt.Remove(nullptr); in TEST_F()
99 rt.Remove(o1.Get()); in TEST_F()
134 rt.Remove(o1.Get()); in TEST_F()
143 rt.Remove(o2.Get()); in TEST_F()
166 rt.Remove(empty_reference); in TEST_F()
180 rt.Remove(non_empty_reference); in TEST_F()
Dreference_table.h46 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dintern_table.cc76 strong_interns_.Remove(old_ref); in VisitRoots()
149 strong_interns_.Remove(s); in RemoveStrong()
157 weak_interns_.Remove(s); in RemoveWeak()
365 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { in Remove() function in art::InternTable::Table
Dclass_table_test.cc144 table.Remove(descriptor_x); in TEST_F()
Dindirect_reference_table.h280 bool Remove(IRTSegmentState previous_state, IndirectRef iref);
Dclass_table.h227 bool Remove(const char* descriptor)
Dreference_table.cc59 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { in Remove() function in art::ReferenceTable
Dclass_table.cc178 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
/art/compiler/utils/
Datomic_dex_ref_map.h50 bool Remove(const DexFileReferenceType& ref, Value* out);
Dintrusive_forward_list_test.cc105 void Remove();
565 void IntrusiveForwardListTest::Remove() { in Remove() function in art::IntrusiveForwardListTest
587 TEST_F(IntrusiveForwardListTest, Remove) { in TEST_F() argument
588 Remove<IFLTestValueList>(); in TEST_F()
589 Remove<ConstIFLTestValueList>(); in TEST_F()
590 Remove<IFLTestValue2List>(); in TEST_F()
Datomic_dex_ref_map-inl.h78 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref, in Remove() function
/art/openjdkjvmti/
Dobject_tagging.cc77 return Remove(obj, &tmp); in Set()
Djvmti_weak_table.h63 ALWAYS_INLINE bool Remove(art::ObjPtr<art::mirror::Object> obj, /* out */ T* tag)
/art/libartbase/base/
Dvariant_map.h254 map_.Remove(key_); in ~ScopedRemove()
289 Remove(key); in Set()
309 void Remove(const TKey<TValue>& key) { in Remove() function
Dvariant_map_test.cc73 fm.Remove(FruitMap::Apple); in TEST()
/art/runtime/jni/
Djni_env_ext.cc114 locals_.Remove(local_ref_cookie_, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef()
224 monitors->Remove(o); in RemoveMonitors()
/art/runtime/gc/allocator/
Drosalloc-inl.h112 Slot* slot = free_list_.Remove(); in AllocSlot()
/art/build/apex/
DAndroid.bp23 // TODO(b/121117762): Remove this note when both the ART Buildbot and Golem use
146 // TODO(b/121117762): Remove this note when both the ART Buildbot and Golem use
165 // TODO(b/122876336): Remove libpac.so once it's migrated to Webview.
Dld.config.txt41 # TODO(b/122876336): Remove libpac.so once it's migrated to Webview
/art/tools/ahat/
DREADME.txt97 Remove native allocations view.
98 Remove outdated help page.
/art/libprofile/
DAndroid.bp141 // TODO: Remove CommonRuntimeTest dependency from these tests.
/art/runtime/gc/
Dsystem_weak_test.cc180 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
/art/tools/
Dart238 # Remove '-Ximage:' from the argument.
243 # Remove '-Xbootclasspath:' from the argument.
248 # Remove '-Xbootclasspath-locations:' from the argument.

12