Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h97 class SingleStepControl; variable
898 SingleStepControl* GetSingleStepControl() const { in GetSingleStepControl()
972 void ActivateSingleStepControl(SingleStepControl* ssc);
1683 SingleStepControl* single_step_control; in PACKED()
Ddebugger.h122 class SingleStepControl {
124 SingleStepControl(JDWP::JdwpStepSize step_size, JDWP::JdwpStepDepth step_depth, in SingleStepControl() function
172 DISALLOW_COPY_AND_ASSIGN(SingleStepControl);
Ddebugger.cc387 void SingleStepControl::AddDexPc(uint32_t dex_pc) { in AddDexPc()
391 bool SingleStepControl::ContainsDexPc(uint32_t dex_pc) const { in ContainsDexPc()
3039 const SingleStepControl* single_step_control = thread->GetSingleStepControl(); in UpdateDebugger()
3456 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForCallingImpl()
3486 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForResolutionImpl()
3524 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInstrumentationNeededForResolutionImpl()
3561 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForUpcallImpl()
3582 const SingleStepControl* const ssc = thread->GetSingleStepControl(); in IsForcedInterpreterNeededForExceptionImpl()
3736 SingleStepControl* single_step_control = in ConfigureStep()
3737 new (std::nothrow) SingleStepControl(step_size, step_depth, in ConfigureStep()
Dthread.cc4116 void Thread::ActivateSingleStepControl(SingleStepControl* ssc) { in ActivateSingleStepControl()
4126 SingleStepControl* ssc = GetSingleStepControl(); in DeactivateSingleStepControl()