Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3059 if (single_step_control->GetStepDepth() == JDWP::SD_INTO) { in UpdateDebugger()
3073 } else if (single_step_control->GetStepDepth() == JDWP::SD_OVER) { in UpdateDebugger()
3097 CHECK_EQ(single_step_control->GetStepDepth(), JDWP::SD_OUT); in UpdateDebugger()
3511 if (ssc->GetStepDepth() == JDWP::SD_INTO) { in IsForcedInterpreterNeededForCallingImpl()
3532 if (ssc->GetStepDepth() == JDWP::SD_INTO) { in IsForcedInterpreterNeededForResolutionImpl()
3540 if (ssc->GetStepDepth() != JDWP::SD_OUT && in IsForcedInterpreterNeededForResolutionImpl()
3574 if (ssc->GetStepDepth() == JDWP::SD_OUT && in IsForcedInstrumentationNeededForResolutionImpl()
3788 VLOG(jdwp) << "Single-step step depth: " << single_step_control->GetStepDepth(); in ConfigureStep()
Ddebugger.h104 JDWP::JdwpStepDepth GetStepDepth() const { in GetStepDepth() function