Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc945 : StackVisitor(thread, context), current_stack_depth(0), in GetOwnedMonitors()
953 ++current_stack_depth; in GetOwnedMonitors()
962 visitor->stack_depths->push_back(visitor->current_stack_depth); in GetOwnedMonitors()
965 size_t current_stack_depth; in GetOwnedMonitors() member