Searched refs:event_ptr (Results 1 - 25 of 46) sorted by relevance

12

/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) argument
40 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) argument
80 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) argument
86 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) argument
H A DPOSIXStopInfo.h56 ShouldStop(lldb_private::Event *event_ptr);
59 ShouldNotify(lldb_private::Event *event_ptr);
114 ShouldStop(lldb_private::Event *event_ptr);
117 ShouldNotify(lldb_private::Event *event_ptr);
/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h38 virtual bool ShouldStop (Event *event_ptr);
39 virtual Vote ShouldReportStop (Event *event_ptr);
58 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOverBreakpoint.h30 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool ShouldAutoContinue(Event *event_ptr);
40 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOverRange.h36 virtual bool ShouldStop (Event *event_ptr);
39 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DStopInfo.h77 ShouldStopSynchronous (Event *event_ptr) argument
90 ShouldNotify (Event *event_ptr) argument
93 return DoShouldNotify (event_ptr);
176 PerformAction (Event *event_ptr) argument
181 DoShouldNotify (Event *event_ptr) argument
193 ShouldStop (Event *event_ptr) argument
H A DThreadPlan.h352 PlanExplainsStop (Event *event_ptr);
355 ShouldStop (Event *event_ptr) = 0;
358 ShouldAutoContinue (Event *event_ptr) argument
367 ShouldReportStop (Event *event_ptr);
370 ShouldReportRun (Event *event_ptr);
536 DoPlanExplainsStop (Event *event_ptr) = 0;
626 ShouldStop (Event *event_ptr);
648 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepInstruction.h30 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadList.h92 ShouldStop (Event *event_ptr);
95 ShouldReportStop (Event *event_ptr);
98 ShouldReportRun (Event *event_ptr);
H A DThreadPlanRunToAddress.h50 ShouldStop (Event *event_ptr);
69 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepInRange.h48 ShouldStop (Event *event_ptr);
70 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOut.h37 virtual bool ShouldStop (Event *event_ptr);
51 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepRange.h39 virtual bool ShouldStop (Event *event_ptr) = 0;
40 virtual Vote ShouldReportStop (Event *event_ptr);
H A DThreadPlanStepThrough.h29 virtual bool ShouldStop (Event *event_ptr);
37 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepUntil.h30 virtual bool ShouldStop (Event *event_ptr);
38 virtual bool DoPlanExplainsStop (Event *event_ptr);
/external/lldb/source/Target/
H A DThreadPlanBase.cpp71 ThreadPlanBase::DoPlanExplainsStop (Event *event_ptr) argument
82 ThreadPlanBase::ShouldReportStop(Event *event_ptr) argument
87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr);
98 ThreadPlanBase::ShouldStop (Event *event_ptr) argument
120 if (stop_info_sp->ShouldStopSynchronous(event_ptr))
134 if (stop_info_sp->ShouldNotify (event_ptr))
168 if (stop_info_sp->ShouldStop(event_ptr))
179 if (stop_info_sp->ShouldNotify(event_ptr))
H A DThreadPlanStepOverBreakpoint.cpp62 ThreadPlanStepOverBreakpoint::DoPlanExplainsStop (Event *event_ptr) argument
77 ThreadPlanStepOverBreakpoint::ShouldStop (Event *event_ptr) argument
162 ThreadPlanStepOverBreakpoint::ShouldAutoContinue (Event *event_ptr) argument
H A DThreadPlan.cpp57 ThreadPlan::PlanExplainsStop (Event *event_ptr) argument
61 bool actual_value = DoPlanExplainsStop(event_ptr);
96 ThreadPlan::ShouldReportStop (Event *event_ptr) argument
105 Vote prev_vote = prev_plan->ShouldReportStop (event_ptr);
118 ThreadPlan::ShouldReportRun (Event *event_ptr) argument
124 return prev_plan->ShouldReportRun (event_ptr);
258 ThreadPlanNull::ShouldStop (Event *event_ptr) argument
296 ThreadPlanNull::DoPlanExplainsStop (Event *event_ptr) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp68 typedef clover::ref_ptr<clover::hard_event> event_ptr; typedef in struct:_cl_command_queue
69 std::vector<event_ptr> queued_events;
H A Dqueue.cpp53 [](event_ptr &ev) { return !ev->signalled(); });
57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); });
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp68 typedef clover::ref_ptr<clover::hard_event> event_ptr; typedef in struct:_cl_command_queue
69 std::vector<event_ptr> queued_events;
H A Dqueue.cpp53 [](event_ptr &ev) { return !ev->signalled(); });
57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); });
/external/lldb/include/lldb/Core/
H A DEvent.h47 DoOnRemoval (Event *event_ptr) argument
101 GetEventDataFromEvent (const Event *event_ptr);
104 GetBytesFromEvent (const Event *event_ptr);
107 GetByteSizeFromEvent (const Event *event_ptr);
/external/lldb/source/Core/
H A DEvent.cpp190 EventDataBytes::GetBytesFromEvent (const Event *event_ptr) argument
192 const EventDataBytes *e = GetEventDataFromEvent (event_ptr);
199 EventDataBytes::GetByteSizeFromEvent (const Event *event_ptr) argument
201 const EventDataBytes *e = GetEventDataFromEvent (event_ptr);
208 EventDataBytes::GetEventDataFromEvent (const Event *event_ptr) argument
210 if (event_ptr)
212 const EventData *event_data = event_ptr->GetData();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h52 ShouldStop (Event *event_ptr);
81 DoPlanExplainsStop (Event *event_ptr);

Completed in 906 milliseconds

12