Searched defs:single_step_control_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc3424 : StackVisitor(thread, NULL), single_step_control_(single_step_control),
3426 DCHECK_EQ(single_step_control_, thread->GetSingleStepControl());
3427 single_step_control_->method = NULL;
3428 single_step_control_->stack_depth = 0;
3436 ++single_step_control_->stack_depth;
3437 if (single_step_control_->method == NULL) {
3439 single_step_control_->method = m;
3450 SingleStepControl* const single_step_control_; member in struct:art::SingleStepStackVisitor
3468 : single_step_control_(single_step_control), line_number_(line_number), code_item_(code_item),
3485 context->single_step_control_
3502 SingleStepControl* const single_step_control_; member in struct:art::DebugCallbackContext
[all...]

Completed in 28 milliseconds