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

/art/runtime/
H A Dthread.h711 return tlsPtr_.single_step_control;
1028 instrumentation_stack(nullptr), debug_invoke_req(nullptr), single_step_control(nullptr),
1101 SingleStepControl* single_step_control; variable
H A Ddebugger.cc2883 const SingleStepControl* single_step_control = thread->GetSingleStepControl(); local
2884 DCHECK(single_step_control != nullptr);
2885 if (single_step_control->is_active) {
2887 if (single_step_control->step_depth == JDWP::SD_INTO) {
2891 if (single_step_control->method != m) {
2894 } else if (single_step_control->step_size == JDWP::SS_MIN) {
2897 } else if (single_step_control->ContainsDexPc(dex_pc)) {
2901 } else if (single_step_control->step_depth == JDWP::SD_OVER) {
2910 if (stack_depth < single_step_control->stack_depth) {
2914 } else if (stack_depth == single_step_control
3455 SingleStepControl* const single_step_control = thread->GetSingleStepControl(); local
3466 DebugCallbackContext(SingleStepControl* single_step_control, int32_t line_number, const DexFile::CodeItem* code_item) argument
3547 SingleStepControl* single_step_control = thread->GetSingleStepControl(); local
[all...]

Completed in 62 milliseconds