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

/art/runtime/
H A Ddebugger.h104 method(nullptr), stack_depth(0) {
124 int stack_depth; member in struct:art::SingleStepControl
H A Dthread.cc1556 int* stack_depth) {
1581 if (stack_depth != nullptr) {
1582 *stack_depth = depth;
1554 InternalStackTraceToStackTraceElementArray( const ScopedObjectAccessAlreadyRunnable& soa, jobject internal, jobjectArray output_array, int* stack_depth) argument
H A Ddebugger.cc2908 int stack_depth = GetStackDepth(thread); local
2910 if (stack_depth < single_step_control->stack_depth) {
2914 } else if (stack_depth == single_step_control->stack_depth) {
2933 int stack_depth = GetStackDepth(thread); local
2934 if (stack_depth < single_step_control->stack_depth) {
3428 single_step_control_->stack_depth = 0;
3436 ++single_step_control_->stack_depth;
4808 size_t stack_depth = record->GetDepth(); local
[all...]

Completed in 175 milliseconds