Searched refs:SD_OUT (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ | ||
D | jdwp_constants.h | 168 SD_OUT = 2, // Step out of current method. enumerator |
/art/runtime/ | ||
D | debugger.cc | 2925 CHECK_EQ(single_step_control->step_depth, JDWP::SD_OUT); in UpdateDebugger() |