Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc208 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups() local
1122 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Name() local
1132 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Parent() local
1142 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Children() local
/art/runtime/
Ddebugger.cc1998 JDWP::ObjectId thread_group_id = gRegistry->Add(group); in GetThreadGroup() local
2005 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup()
2027 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2044 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2093 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren()