Home
last modified time | relevance | path

Searched refs:to_remove (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.cc67 std::vector<Breakpoint> to_remove; in RemoveBreakpointsInClass() local
72 to_remove.push_back(b); in RemoveBreakpointsInClass()
75 for (const Breakpoint& b : to_remove) { in RemoveBreakpointsInClass()
82 for (const Breakpoint& b : to_remove) { in RemoveBreakpointsInClass()
Devents.cc178 ArtJvmtiEvent to_remove = caps_added ? ArtJvmtiEvent::kClassFileLoadHookNonRetransformable in HandleChangedCapabilities() local
182 if (global_event_mask.Test(to_remove)) { in HandleChangedCapabilities()
184 global_event_mask.Set(to_remove, false); in HandleChangedCapabilities()
188 if (unioned_thread_event_mask.Test(to_remove)) { in HandleChangedCapabilities()
190 unioned_thread_event_mask.Set(to_remove, false); in HandleChangedCapabilities()
194 if (thread_mask.second.Test(to_remove)) { in HandleChangedCapabilities()
196 thread_mask.second.Set(to_remove, false); in HandleChangedCapabilities()
/art/compiler/optimizing/
Dgvn_test.cc62 HInstruction* to_remove = block->GetLastInstruction(); in TEST_F() local
96 ASSERT_EQ(to_remove->GetBlock(), block); in TEST_F()
105 ASSERT_TRUE(to_remove->GetBlock() == nullptr); in TEST_F()
/art/runtime/jdwp/
Djdwp_event.cc258 std::vector<JdwpEvent*> to_remove; in UnregisterLocationEventsOnClass() local
273 to_remove.push_back(cur_event); in UnregisterLocationEventsOnClass()
285 for (JdwpEvent* event : to_remove) { in UnregisterLocationEventsOnClass()