Home
last modified time | relevance | path

Searched refs:thread_group_id (Results 1 – 3 of 3) 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()
1128 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Name() local
1129 return Dbg::GetThreadGroupName(thread_group_id, pReply); in TGR_Name()
1138 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Parent() local
1139 return Dbg::GetThreadGroupParent(thread_group_id, pReply); in TGR_Parent()
1148 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Children() local
1149 return Dbg::GetThreadGroupChildren(thread_group_id, pReply); in TGR_Children()
/art/runtime/
Ddebugger.h465 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
468 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
471 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
Ddebugger.cc2102 JDWP::ObjectId thread_group_id = gRegistry->Add(group); in GetThreadGroup() local
2103 expandBufAddObjectId(pReply, thread_group_id); in GetThreadGroup()
2109 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup() argument
2111 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup()
2132 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName() argument
2135 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupName()
2149 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent() argument
2152 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupParent()
2198 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren() argument
2202 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error); in GetThreadGroupChildren()