Home
last modified time | relevance | path

Searched defs:thread_group_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc251 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups() local
1152 ObjectId thread_group_id = request.ReadThreadGroupId(); in TGR_Name() local
1162 ObjectId thread_group_id = request.ReadThreadGroupId(); in TGR_Parent() local
1172 ObjectId thread_group_id = request.ReadThreadGroupId(); in TGR_Children() local
/art/runtime/
Ddebugger.cc2006 JDWP::ObjectId thread_group_id = gRegistry->Add(group); in GetThreadGroup() local
2014 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup()
2032 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2051 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2094 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren()