Home
last modified time | relevance | path

Searched refs:GetSingleStepControl (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.cc3072 const SingleStepControl* single_step_control = thread->GetSingleStepControl(); in UpdateDebugger()
3489 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForCallingImpl()
3519 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForResolutionImpl()
3557 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInstrumentationNeededForResolutionImpl()
3594 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForUpcallImpl()
3665 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForExceptionImpl()
Dthread.cc3596 CHECK(GetSingleStepControl() == nullptr) << "Single step already active in thread " << *this; in ActivateSingleStepControl()
3603 CHECK(GetSingleStepControl() != nullptr) << "Single step not active in thread " << *this; in DeactivateSingleStepControl()
3604 SingleStepControl* ssc = GetSingleStepControl(); in DeactivateSingleStepControl()
Dthread.h862 SingleStepControl* GetSingleStepControl() const { in GetSingleStepControl() function