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.cc2844 const SingleStepControl* single_step_control = thread->GetSingleStepControl(); local
2845 DCHECK(single_step_control != nullptr);
2846 if (single_step_control->is_active) {
2848 if (single_step_control->step_depth == JDWP::SD_INTO) {
2852 if (single_step_control->method != m) {
2855 } else if (single_step_control->step_size == JDWP::SS_MIN) {
2858 } else if (single_step_control->ContainsDexPc(dex_pc)) {
2862 } else if (single_step_control->step_depth == JDWP::SD_OVER) {
2871 if (stack_depth < single_step_control->stack_depth) {
2875 } else if (stack_depth == single_step_control
3347 SingleStepControl* const single_step_control = thread->GetSingleStepControl(); local
3358 DebugCallbackContext(SingleStepControl* single_step_control, int32_t line_number, const DexFile::CodeItem* code_item) argument
3439 SingleStepControl* single_step_control = thread->GetSingleStepControl(); local
[all...]

Completed in 170 milliseconds