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.cc2925 CHECK_EQ(single_step_control->step_depth, JDWP::SD_OUT); in UpdateDebugger()