/art/runtime/ |
D | indirect_reference_table_test.cc | 82 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 …]
|
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() 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 …]
|
D | reference_table_test.cc | 95 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()
|
D | reference_table.h | 46 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | intern_table.cc | 76 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
|
D | class_table_test.cc | 144 table.Remove(descriptor_x); in TEST_F()
|
D | indirect_reference_table.h | 280 bool Remove(IRTSegmentState previous_state, IndirectRef iref);
|
D | class_table.h | 227 bool Remove(const char* descriptor)
|
D | reference_table.cc | 59 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { in Remove() function in art::ReferenceTable
|
D | class_table.cc | 178 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
|
/art/compiler/utils/ |
D | atomic_dex_ref_map.h | 50 bool Remove(const DexFileReferenceType& ref, Value* out);
|
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()
|
D | atomic_dex_ref_map-inl.h | 78 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()
|
D | jvmti_weak_table.h | 63 ALWAYS_INLINE bool Remove(art::ObjPtr<art::mirror::Object> obj, /* out */ T* tag)
|
/art/libartbase/base/ |
D | variant_map.h | 254 map_.Remove(key_); in ~ScopedRemove() 289 Remove(key); in Set() 309 void Remove(const TKey<TValue>& key) { in Remove() function
|
D | variant_map_test.cc | 73 fm.Remove(FruitMap::Apple); in TEST()
|
/art/runtime/jni/ |
D | jni_env_ext.cc | 114 locals_.Remove(local_ref_cookie_, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef() 224 monitors->Remove(o); in RemoveMonitors()
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 112 Slot* slot = free_list_.Remove(); in AllocSlot()
|
/art/build/apex/ |
D | Android.bp | 23 // 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.
|
D | ld.config.txt | 41 # TODO(b/122876336): Remove libpac.so once it's migrated to Webview
|
/art/tools/ahat/ |
D | README.txt | 97 Remove native allocations view. 98 Remove outdated help page.
|
/art/libprofile/ |
D | Android.bp | 141 // TODO: Remove CommonRuntimeTest dependency from these tests.
|
/art/runtime/gc/ |
D | system_weak_test.cc | 180 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
|
/art/tools/ |
D | art | 238 # Remove '-Ximage:' from the argument. 243 # Remove '-Xbootclasspath:' from the argument. 248 # Remove '-Xbootclasspath-locations:' from the argument.
|