Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc708 : StackVisitor(thread, context), current_stack_depth(0) {} in GetOwnedMonitors()
715 ++current_stack_depth; in GetOwnedMonitors()
723 visitor->stack_depths.push_back(visitor->current_stack_depth); in GetOwnedMonitors()
726 size_t current_stack_depth; in GetOwnedMonitors() member