Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc211 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups() local
212 expandBufAddObjectId(pReply, thread_group_id); in VM_TopLevelThreadGroups()
1129 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Name() local
1130 return Dbg::GetThreadGroupName(thread_group_id, pReply); in TGR_Name()
1139 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Parent() local
1140 return Dbg::GetThreadGroupParent(thread_group_id, pReply); in TGR_Parent()
1149 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Children() local
1150 return Dbg::GetThreadGroupChildren(thread_group_id, pReply); in TGR_Children()
/art/runtime/
Ddebugger.h453 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
456 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
459 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,