Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h168 SD_OUT = 2, // Step out of current method. enumerator
/art/runtime/
Ddebugger.cc3104 CHECK_EQ(single_step_control->GetStepDepth(), JDWP::SD_OUT); in UpdateDebugger()
3521 if (ssc->GetStepDepth() != JDWP::SD_OUT && in IsForcedInterpreterNeededForResolutionImpl()
3555 if (ssc->GetStepDepth() == JDWP::SD_OUT && in IsForcedInstrumentationNeededForResolutionImpl()