Searched refs:step_size (Results 1 – 2 of 2) sorted by relevance
103 : is_active(false), step_size(JDWP::SS_MIN), step_depth(JDWP::SD_INTO), in SingleStepControl()111 JDWP::JdwpStepSize step_size; member
2894 } 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() argument3521 single_step_control->step_size = step_size; in ConfigureStep()3527 VLOG(jdwp) << "Single-step step size: " << single_step_control->step_size; in ConfigureStep()