Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc1035 std::vector<uint32_t> stack_depths; in TR_OwnedMonitors() local
1036 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, &monitors, &stack_depths); in TR_OwnedMonitors()
1048 expandBufAdd4BE(reply, stack_depths[i]); in TR_OwnedMonitors()
/art/runtime/
Ddebugger.h354 std::vector<uint32_t>* stack_depths)
Ddebugger.cc884 std::vector<uint32_t>* stack_depths) { in GetOwnedMonitors() argument
893 stack_depths(stack_depth_vector) {} in GetOwnedMonitors()
909 visitor->stack_depths->push_back(visitor->current_stack_depth); in GetOwnedMonitors()
914 std::vector<uint32_t>* const stack_depths; in GetOwnedMonitors() member
927 OwnedMonitorVisitor visitor(thread, context.get(), monitors, stack_depths); in GetOwnedMonitors()