/art/runtime/ |
D | indirect_reference_table_test.cc | 83 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 …]
|
D | runtime_callbacks.cc | 44 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 …]
|
D | reference_table_test.cc | 100 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()
|
D | reference_table.h | 49 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | intern_table.cc | 171 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/ |
D | local_reference_table_test.cc | 94 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 …]
|
D | jni_env_ext.cc | 112 locals_.Remove(local_ref_cookie_, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef() 223 monitors->Remove(o); in RemoveMonitors()
|
/art/compiler/utils/ |
D | atomic_dex_ref_map.h | 51 bool Remove(const DexFileReferenceType& ref, Value* out);
|
D | atomic_dex_ref_map-inl.h | 79 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref, in Remove() function
|
/art/openjdkjvmti/ |
D | object_tagging.cc | 77 return Remove(obj, &tmp); in Set()
|
/art/libartbase/base/ |
D | variant_map.h | 262 map_.Remove(key_); in ~ScopedRemove() 297 Remove(key); in Set() 317 void Remove(const TKey<TValue>& key) { in Remove() function
|
D | intrusive_forward_list_test.cc | 105 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/ |
D | dex2oat_wrapper | 41 # Remove '-Xbootclasspath:' from the arguments. 47 # Remove '-Xbootclasspath-locations:' from the argument.
|
/art/libprofile/ |
D | Android.bp | 179 // 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/ |
D | Android.bp | 46 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 112 Slot* slot = free_list_.Remove(); in AllocSlot()
|
/art/dexlist/ |
D | Android.bp | 72 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/odrefresh/ |
D | Android.bp | 202 // 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/ |
D | Android.bp | 87 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/dexoptanalyzer/ |
D | Android.bp | 116 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/disassembler/ |
D | Android.bp | 145 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/libarttools/ |
D | Android.bp | 79 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/tools/ahat/ |
D | README.txt | 111 Remove native allocations view. 112 Remove outdated help page.
|
/art/sigchainlib/ |
D | Android.bp | 97 // TODO(b/192274705): Remove this module when the migration to standalone ART gtests is complete.
|
/art/runtime/gc/ |
D | system_weak_test.cc | 195 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
|