Home
last modified time | relevance | path

Searched refs:GetStepDepth (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.cc3042 if (single_step_control->GetStepDepth() == JDWP::SD_INTO) { in UpdateDebugger()
3056 } else if (single_step_control->GetStepDepth() == JDWP::SD_OVER) { in UpdateDebugger()
3080 CHECK_EQ(single_step_control->GetStepDepth(), JDWP::SD_OUT); in UpdateDebugger()
3468 if (ssc->GetStepDepth() == JDWP::SD_INTO) { in IsForcedInterpreterNeededForCallingImpl()
3489 if (ssc->GetStepDepth() == JDWP::SD_INTO) { in IsForcedInterpreterNeededForResolutionImpl()
3497 if (ssc->GetStepDepth() != JDWP::SD_OUT && in IsForcedInterpreterNeededForResolutionImpl()
3531 if (ssc->GetStepDepth() == JDWP::SD_OUT && in IsForcedInstrumentationNeededForResolutionImpl()
3785 VLOG(jdwp) << "Single-step step depth: " << single_step_control->GetStepDepth(); in ConfigureStep()
Ddebugger.h134 JDWP::JdwpStepDepth GetStepDepth() const { in GetStepDepth() function