/art/runtime/ |
D | indirect_reference_table_test.cc | 71 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; in TEST_F() 88 EXPECT_TRUE(irt.Remove(cookie, iref0)); in TEST_F() 90 EXPECT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 92 EXPECT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() 110 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() 112 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 114 ASSERT_TRUE(irt.Remove(cookie, iref0)); in TEST_F() 132 ASSERT_TRUE(irt.Remove(cookie, iref1)); in TEST_F() 134 ASSERT_FALSE(irt.Remove(cookie, iref1)); in TEST_F() 140 ASSERT_TRUE(irt.Remove(cookie, iref2)); in TEST_F() [all …]
|
D | reference_table_test.cc | 46 rt.Remove(nullptr); in TEST_F() 50 rt.Remove(o1); in TEST_F() 85 rt.Remove(o1); in TEST_F() 94 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 | 70 strong_interns_.Remove(old_ref); in VisitRoots() 122 strong_interns_.Remove(s); in RemoveStrong() 130 weak_interns_.Remove(s); in RemoveWeak() 345 void InternTable::Table::Remove(mirror::String* s) { in Remove() function in art::InternTable::Table
|
D | jni_env_ext.cc | 75 locals.Remove(local_ref_cookie, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef()
|
D | indirect_reference_table.h | 316 bool Remove(uint32_t cookie, IndirectRef iref);
|
D | reference_table.cc | 52 void ReferenceTable::Remove(mirror::Object* obj) { in Remove() function in art::ReferenceTable
|
D | intern_table.h | 139 void Remove(mirror::String* s)
|
D | indirect_reference_table.cc | 172 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
|
D | java_vm_ext.cc | 488 if (!globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef() 499 if (!weak_globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteWeakGlobalRef()
|
D | jni_internal.cc | 566 if (!ext_env->locals.Remove(ext_env->local_ref_cookie, obj)) { in DeleteLocalRef() 2245 soa.Env()->monitors.Remove(o); in MonitorExit()
|
/art/runtime/base/ |
D | variant_map.h | 242 map_.Remove(key_); in ~ScopedRemove() 277 Remove(key); in Set() 295 void Remove(const TKey<TValue>& key) { in Remove() function
|
D | variant_map_test.cc | 73 fm.Remove(FruitMap::Apple); in TEST()
|
/art/compiler/optimizing/ |
D | nodes.cc | 353 void HLoopInformation::Remove(HBasicBlock* block) { in Remove() function in art::HLoopInformation 528 static void Remove(HInstructionList* instruction_list, in Remove() function 544 Remove(&instructions_, this, instruction, ensure_safety); in RemoveInstruction() 548 Remove(&phis_, this, phi, ensure_safety); in RemovePhi() 1027 loop_info->Remove(this); in DisconnectAndDelete() 1112 loop_info->Remove(other); in MergeWith()
|
D | locations.h | 421 void Remove(Location loc) { in Remove() function
|
D | nodes.h | 467 void Remove(HBasicBlock* block); 947 void Remove(HUseListNode<T>* node) { in Remove() function 1385 input_use.GetInstruction()->uses_.Remove(input_use.GetUseNode()); in RemoveAsUserOfInput() 1534 void RemoveEnvironmentUser(HUseListNode<HEnvironment*>* use_node) { env_uses_.Remove(use_node); } in RemoveEnvironmentUser()
|