Searched refs:to_remove (Results 1 – 4 of 4) sorted by relevance
67 std::vector<Breakpoint> to_remove; in RemoveBreakpointsInClass() local72 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()
178 ArtJvmtiEvent to_remove = caps_added ? ArtJvmtiEvent::kClassFileLoadHookNonRetransformable in HandleChangedCapabilities() local182 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()
62 HInstruction* to_remove = block->GetLastInstruction(); in TEST_F() local96 ASSERT_EQ(to_remove->GetBlock(), block); in TEST_F()105 ASSERT_TRUE(to_remove->GetBlock() == nullptr); in TEST_F()
258 std::vector<JdwpEvent*> to_remove; in UnregisterLocationEventsOnClass() local273 to_remove.push_back(cur_event); in UnregisterLocationEventsOnClass()285 for (JdwpEvent* event : to_remove) { in UnregisterLocationEventsOnClass()