Searched refs:Remove (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | indirect_reference_table_test.cc | 67 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; in TEST_F() 84 EXPECT_TRUE(irt.Remove(cookie, iref0)); in TEST_F() 86 EXPECT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 88 EXPECT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() 106 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() 108 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 110 ASSERT_TRUE(irt.Remove(cookie, iref0)); in TEST_F() 128 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 130 ASSERT_FALSE(irt.Remove(cookie, iref1)); in TEST_F() 136 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() [all …]
|
D | reference_table_test.cc | 44 rt.Remove(NULL); in TEST_F() 48 rt.Remove(o1); in TEST_F() 83 rt.Remove(o1); in TEST_F() 92 rt.Remove(o2); in TEST_F()
|
D | reference_table.h | 46 void Remove(mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | intern_table.cc | 69 strong_interns_.Remove(old_ref); in VisitRoots() 121 strong_interns_.Remove(s); in RemoveStrong() 129 weak_interns_.Remove(s); in RemoveWeak() 294 void InternTable::Table::Remove(mirror::String* s) { in Remove() function in art::InternTable::Table
|
D | indirect_reference_table.h | 312 bool Remove(uint32_t cookie, IndirectRef iref);
|
D | intern_table.h | 124 void Remove(mirror::String* s)
|
D | reference_table.cc | 51 void ReferenceTable::Remove(mirror::Object* obj) { in Remove() function in art::ReferenceTable
|
D | indirect_reference_table.cc | 153 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
|
D | jni_internal.cc | 818 if (!globals.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef() 854 if (!locals.Remove(cookie, obj)) { in DeleteLocalRef() 2479 soa.Env()->monitors.Remove(o); in MonitorExit() 2981 locals.Remove(local_ref_cookie, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef() 3158 if (!weak_globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteWeakGlobalRef()
|
/art/compiler/optimizing/ |
D | nodes.cc | 328 static void Remove(HInstructionList* instruction_list, in Remove() function 343 Remove(&instructions_, this, instruction); in RemoveInstruction() 347 Remove(&phis_, this, phi); in RemovePhi()
|