Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc755 uint32_t instrumentation_stack_depth = 0; in WalkStack() local
859 CHECK_LT(instrumentation_stack_depth, thread_->GetInstrumentationStack()->size()); in WalkStack()
861 (*thread_->GetInstrumentationStack())[instrumentation_stack_depth]; in WalkStack()
862 instrumentation_stack_depth++; in WalkStack()