Home
last modified time | relevance | path

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

123

/art/runtime/
Dindirect_reference_table_test.cc83 EXPECT_FALSE(irt.Remove(iref0)) << "unexpectedly successful removal"; in TEST_F()
100 EXPECT_TRUE(irt.Remove(iref0)); in TEST_F()
102 EXPECT_TRUE(irt.Remove(iref1)); in TEST_F()
104 EXPECT_TRUE(irt.Remove(iref2)); in TEST_F()
123 ASSERT_TRUE(irt.Remove(iref2)); in TEST_F()
125 ASSERT_TRUE(irt.Remove(iref1)); in TEST_F()
127 ASSERT_TRUE(irt.Remove(iref0)); in TEST_F()
145 ASSERT_TRUE(irt.Remove(iref1)); in TEST_F()
147 ASSERT_FALSE(irt.Remove(iref1)); in TEST_F()
153 ASSERT_TRUE(irt.Remove(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()
68 Remove(cb, &appinfo_callbacks_); in RemoveAppInfoCallback()
114 Remove(cb, &debugger_control_callbacks_); in RemoveDebuggerControlCallback()
145 Remove(cb, &method_inspection_callbacks_); in RemoveMethodInspectionCallback()
193 Remove(cb, &monitor_callbacks_); in RemoveMonitorCallback()
215 Remove(cb, &park_callbacks_); in RemoveParkCallback()
220 Remove(cb, &thread_callbacks_); in RemoveThreadLifecycleCallback()
242 Remove(cb, &class_callbacks_); in RemoveClassLoadCallback()
307 Remove(cb, &sigquit_callbacks_); in RemoveRuntimeSigQuitCallback()
[all …]
Dreference_table_test.cc100 rt.Remove(nullptr); in TEST_F()
104 rt.Remove(o1.Get()); in TEST_F()
139 rt.Remove(o1.Get()); in TEST_F()
148 rt.Remove(o2.Get()); in TEST_F()
171 rt.Remove(empty_reference); in TEST_F()
185 rt.Remove(non_empty_reference); in TEST_F()
Dreference_table.h50 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dintern_table.cc172 strong_interns_.Remove(s, hash); in RemoveStrong()
180 weak_interns_.Remove(s, hash); in RemoveWeak()
322 void InternTable::Table::Remove(ObjPtr<mirror::String> s, uint32_t hash) { in Remove() function in art::InternTable::Table
/art/runtime/jni/
Dlocal_reference_table_test.cc92 EXPECT_FALSE(lrt.Remove(bad_iref)) << "unexpectedly successful removal"; in BasicTest()
110 EXPECT_TRUE(lrt.Remove(iref0)); in BasicTest()
112 EXPECT_TRUE(lrt.Remove(iref1)); in BasicTest()
114 EXPECT_TRUE(lrt.Remove(iref2)); in BasicTest()
133 ASSERT_TRUE(lrt.Remove(iref2)); in BasicTest()
135 ASSERT_TRUE(lrt.Remove(iref1)); in BasicTest()
137 ASSERT_TRUE(lrt.Remove(iref0)); in BasicTest()
155 ASSERT_TRUE(lrt.Remove(iref1)); in BasicTest()
158 ASSERT_FALSE(lrt.Remove(iref1)); in BasicTest()
165 ASSERT_TRUE(lrt.Remove(iref2)); in BasicTest()
[all …]
Djni_env_ext.cc111 locals_.Remove(reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef()
220 monitors->Remove(o); in RemoveMonitors()
/art/compiler/utils/
Datomic_dex_ref_map.h51 bool Remove(const DexFileReferenceType& ref, Value* out);
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()
/art/libartbase/base/
Dvariant_map.h262 map_.Remove(key_); in ~ScopedRemove()
297 Remove(key); in Set()
317 void Remove(const TKey<TValue>& key) { in Remove() function
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()
/art/libprofile/
DAndroid.bp180 // TODO: Remove CommonRuntimeTest dependency from these tests.
195 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/cmdline/
DAndroid.bp47 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/runtime/gc/allocator/
Drosalloc-inl.h112 Slot* slot = free_list_.Remove(); in AllocSlot()
/art/dexlist/
DAndroid.bp73 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexdump/
DAndroid.bp91 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/odrefresh/
DAndroid.bp226 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
242 // TODO(b/214016626): Remove this line once the bug is fixed.
/art/dexoptanalyzer/
DAndroid.bp113 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/tools/ahat/
DREADME.txt111 Remove native allocations view.
112 Remove outdated help page.
/art/libarttools/
DAndroid.bp92 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/disassembler/
DAndroid.bp149 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/runtime/gc/
Dsystem_weak_test.cc195 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
/art/sigchainlib/
DAndroid.bp98 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/libdexfile/
DAndroid.bp320 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
395 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
474 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.

123