Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h124 SingleStepControl(JDWP::JdwpStepSize step_size, JDWP::JdwpStepDepth step_depth, in SingleStepControl() argument
126 : step_size_(step_size), step_depth_(step_depth), in SingleStepControl()
Ddebugger.cc3693 JDWP::JdwpStepDepth step_depth) { in ConfigureStep() argument
3737 new (std::nothrow) SingleStepControl(step_size, step_depth, in ConfigureStep()