Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc1063 std::vector<uint32_t> stack_depths; in TR_OwnedMonitors() local
1064 JdwpError rc = Dbg::GetOwnedMonitors(thread_id, &monitors, &stack_depths); in TR_OwnedMonitors()
1076 expandBufAdd4BE(reply, stack_depths[i]); in TR_OwnedMonitors()
/art/runtime/
Ddebugger.h344 std::vector<uint32_t>* stack_depths)
Ddebugger.cc822 std::vector<uint32_t>* stack_depths) { in GetOwnedMonitors() argument
831 stack_depths(stack_depth_vector) {} in GetOwnedMonitors()
847 visitor->stack_depths->push_back(visitor->current_stack_depth); in GetOwnedMonitors()
852 std::vector<uint32_t>* const stack_depths; in GetOwnedMonitors() member
865 OwnedMonitorVisitor visitor(thread, context.get(), monitors, stack_depths); in GetOwnedMonitors()