Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.cc862 visitor->stack_depths.push_back(visitor->current_stack_depth); in AppendOwnedMonitors()
873 stack_depths.push_back(-1); in VisitRoot()
879 std::vector<jint> stack_depths; member
960 depths.push_back(visitor.stack_depths[i]); in GetOwnedMonitorStackDepthInfo()
/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.h364 std::vector<uint32_t>* stack_depths)