Searched refs:GetStepDepth (Results 1 – 2 of 2) sorted by relevance
3152 if (single_step_control->GetStepDepth() == JDWP::SD_INTO) { in UpdateDebugger()3166 } else if (single_step_control->GetStepDepth() == JDWP::SD_OVER) { in UpdateDebugger()3190 CHECK_EQ(single_step_control->GetStepDepth(), JDWP::SD_OUT); in UpdateDebugger()3578 if (ssc->GetStepDepth() == JDWP::SD_INTO) { in IsForcedInterpreterNeededForCallingImpl()3599 if (ssc->GetStepDepth() == JDWP::SD_INTO) { in IsForcedInterpreterNeededForResolutionImpl()3607 if (ssc->GetStepDepth() != JDWP::SD_OUT && in IsForcedInterpreterNeededForResolutionImpl()3641 if (ssc->GetStepDepth() == JDWP::SD_OUT && in IsForcedInstrumentationNeededForResolutionImpl()3930 VLOG(jdwp) << "Single-step step depth: " << single_step_control->GetStepDepth(); in ConfigureStep()
124 JDWP::JdwpStepDepth GetStepDepth() const { in GetStepDepth() function