Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 53) 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()
74 Remove(cb, &debugger_control_callbacks_); in RemoveDebuggerControlCallback()
105 Remove(cb, &method_inspection_callbacks_); in RemoveMethodInspectionCallback()
153 Remove(cb, &monitor_callbacks_); in RemoveMonitorCallback()
175 Remove(cb, &park_callbacks_); in RemoveParkCallback()
180 Remove(cb, &thread_callbacks_); in RemoveThreadLifecycleCallback()
202 Remove(cb, &class_callbacks_); in RemoveClassLoadCallback()
267 Remove(cb, &sigquit_callbacks_); in RemoveRuntimeSigQuitCallback()
283 Remove(cb, &phase_callbacks_); in RemoveRuntimePhaseCallback()
[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.h49 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
Dintern_table.cc171 strong_interns_.Remove(s, hash); in RemoveStrong()
179 weak_interns_.Remove(s, hash); in RemoveWeak()
321 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.cc94 EXPECT_FALSE(lrt.Remove(cookie, bad_iref)) << "unexpectedly successful removal"; in BasicTest()
112 EXPECT_TRUE(lrt.Remove(cookie, iref0)); in BasicTest()
114 EXPECT_TRUE(lrt.Remove(cookie, iref1)); in BasicTest()
116 EXPECT_TRUE(lrt.Remove(cookie, iref2)); in BasicTest()
135 ASSERT_TRUE(lrt.Remove(cookie, iref2)); in BasicTest()
137 ASSERT_TRUE(lrt.Remove(cookie, iref1)); in BasicTest()
139 ASSERT_TRUE(lrt.Remove(cookie, iref0)); in BasicTest()
157 ASSERT_TRUE(lrt.Remove(cookie, iref1)); in BasicTest()
160 ASSERT_FALSE(lrt.Remove(cookie, iref1)); in BasicTest()
167 ASSERT_TRUE(lrt.Remove(cookie, iref2)); in BasicTest()
[all …]
Djni_env_ext.cc112 locals_.Remove(local_ref_cookie_, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef()
223 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.h79 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/tools/
Ddex2oat_wrapper41 # Remove '-Xbootclasspath:' from the arguments.
47 # Remove '-Xbootclasspath-locations:' from the argument.
/art/libprofile/
DAndroid.bp179 // TODO: Remove CommonRuntimeTest dependency from these tests.
200 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/cmdline/
DAndroid.bp46 // 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.bp72 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/odrefresh/
DAndroid.bp202 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
217 // TODO(b/214016626): Remove this line once the bug is fixed.
/art/dexdump/
DAndroid.bp87 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/dexoptanalyzer/
DAndroid.bp116 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/disassembler/
DAndroid.bp145 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
/art/libarttools/
DAndroid.bp79 // 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/sigchainlib/
DAndroid.bp97 // 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

123