Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dindirect_reference_table_test.cc71 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 …]
Dreference_table_test.cc46 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()
Dreference_table.h46 void Remove(mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dintern_table.cc70 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
Djni_env_ext.cc75 locals.Remove(local_ref_cookie, reinterpret_cast<IndirectRef>(obj)); in DeleteLocalRef()
Dindirect_reference_table.h316 bool Remove(uint32_t cookie, IndirectRef iref);
Dreference_table.cc52 void ReferenceTable::Remove(mirror::Object* obj) { in Remove() function in art::ReferenceTable
Dintern_table.h139 void Remove(mirror::String* s)
Dindirect_reference_table.cc172 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
Djava_vm_ext.cc488 if (!globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteGlobalRef()
499 if (!weak_globals_.Remove(IRT_FIRST_SEGMENT, obj)) { in DeleteWeakGlobalRef()
Djni_internal.cc566 if (!ext_env->locals.Remove(ext_env->local_ref_cookie, obj)) { in DeleteLocalRef()
2245 soa.Env()->monitors.Remove(o); in MonitorExit()
/art/runtime/base/
Dvariant_map.h242 map_.Remove(key_); in ~ScopedRemove()
277 Remove(key); in Set()
295 void Remove(const TKey<TValue>& key) { in Remove() function
Dvariant_map_test.cc73 fm.Remove(FruitMap::Apple); in TEST()
/art/compiler/optimizing/
Dnodes.cc353 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()
Dlocations.h421 void Remove(Location loc) { in Remove() function
Dnodes.h467 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()