Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h103 : is_active(false), step_size(JDWP::SS_MIN), step_depth(JDWP::SD_INTO), in SingleStepControl()
111 JDWP::JdwpStepSize step_size; member
Ddebugger.cc2894 } else if (single_step_control->step_size == JDWP::SS_MIN) { in UpdateDebugger()
2916 if (single_step_control->step_size == JDWP::SS_MIN) { in UpdateDebugger()
3407 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep() argument
3521 single_step_control->step_size = step_size; in ConfigureStep()
3527 VLOG(jdwp) << "Single-step step size: " << single_step_control->step_size; in ConfigureStep()