/art/runtime/ |
D | indirect_reference_table_test.cc | 80 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; in TEST_F() 97 EXPECT_TRUE(irt.Remove(cookie, iref0)); in TEST_F() 99 EXPECT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 101 EXPECT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() 119 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() 121 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 123 ASSERT_TRUE(irt.Remove(cookie, iref0)); in TEST_F() 141 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 143 ASSERT_FALSE(irt.Remove(cookie, iref1)); in TEST_F() 149 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() [all …]
|
D | runtime_callbacks.cc | 34 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove() function 42 Remove(cb, &thread_callbacks_); in RemoveThreadLifecycleCallback() 62 Remove(cb, &class_callbacks_); in RemoveClassLoadCallback() 112 Remove(cb, &sigquit_callbacks_); in RemoveRuntimeSigQuitCallback() 126 Remove(cb, &phase_callbacks_); in RemoveRuntimePhaseCallback() 140 Remove(cb, &method_callbacks_); in RemoveMethodCallback()
|
D | reference_table_test.cc | 88 rt.Remove(nullptr); in TEST_F() 92 rt.Remove(o1); in TEST_F() 127 rt.Remove(o1); in TEST_F() 136 rt.Remove(o2); in TEST_F()
|
D | reference_table.h | 47 void Remove(ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | intern_table.cc | 73 strong_interns_.Remove(old_ref); in VisitRoots() 146 strong_interns_.Remove(s); in RemoveStrong() 154 weak_interns_.Remove(s); in RemoveWeak() 402 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { in Remove() function in art::InternTable::Table
|
D | jni_env_ext.cc | 107 locals.Remove(local_ref_cookie, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef() 217 monitors->Remove(o); in RemoveMonitors()
|
D | class_table_test.cc | 144 table.Remove(descriptor_x); in TEST_F()
|
D | indirect_reference_table.h | 276 bool Remove(IRTSegmentState previous_state, IndirectRef iref);
|
D | class_table.h | 220 bool Remove(const char* descriptor)
|
D | reference_table.cc | 57 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { in Remove() function in art::ReferenceTable
|
D | intern_table.h | 195 void Remove(ObjPtr<mirror::String> s)
|
D | indirect_reference_table.cc | 314 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
|
D | class_table.cc | 185 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
|
D | java_vm_ext.cc | 588 if (!globals_.Remove(kIRTFirstSegment, obj)) { in DeleteGlobalRef() 599 if (!weak_globals_.Remove(kIRTFirstSegment, obj)) { in DeleteWeakGlobalRef()
|
/art/runtime/openjdkjvmti/ |
D | object_tagging.cc | 48 return Remove(obj, &tmp); in Set()
|
D | jvmti_weak_table.h | 62 bool Remove(art::mirror::Object* obj, /* out */ T* tag)
|
D | jvmti_weak_table-inl.h | 89 bool JvmtiWeakTable<T>::Remove(art::mirror::Object* obj, /* out */ T* tag) { in Remove() function
|
/art/runtime/base/ |
D | variant_map.h | 245 map_.Remove(key_); in ~ScopedRemove() 280 Remove(key); in Set() 299 void Remove(const TKey<TValue>& key) { in Remove() function
|
D | variant_map_test.cc | 73 fm.Remove(FruitMap::Apple); in TEST()
|
/art/runtime/gc/allocator/ |
D | rosalloc-inl.h | 112 Slot* slot = free_list_.Remove(); in AllocSlot()
|
D | rosalloc.h | 156 Slot* Remove() { in Remove() function
|
/art/tools/ahat/ |
D | README.txt | 83 Remove native allocations view. 84 Remove outdated help page.
|
/art/runtime/gc/ |
D | system_weak_test.cc | 177 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
|
/art/compiler/optimizing/ |
D | nodes.cc | 568 void HLoopInformation::Remove(HBasicBlock* block) { in Remove() function in art::HLoopInformation 856 static void Remove(HInstructionList* instruction_list, in Remove() function 872 Remove(&instructions_, this, instruction, ensure_safety); in RemoveInstruction() 876 Remove(&phis_, this, phi, ensure_safety); in RemovePhi() 1856 loop_info->Remove(this); in DisconnectAndDelete() 1895 loop_info->Remove(other); in MergeWith()
|
D | locations.h | 447 void Remove(Location loc) { in Remove() function
|