Lines Matching full:thread_group_id
1998 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
1999 expandBufAddObjectId(pReply, thread_group_id);
2005 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error)
2007 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id,
2027 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2030 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2044 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2093 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
2097 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);