Home
last modified time | relevance | path

Searched refs:SD_INTO (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_constants.h166 SD_INTO = 0, // Step into method calls. enumerator
/art/runtime/
Ddebugger.h101 : is_active(false), step_size(JDWP::SS_MIN), step_depth(JDWP::SD_INTO), in SingleStepControl()
Ddebugger.cc2848 if (single_step_control->step_depth == JDWP::SD_INTO) { in UpdateDebugger()