Lines Matching defs:thread_group_id
2006 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2007 expandBufAddObjectId(pReply, thread_group_id);
2014 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error)
2016 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id);
2032 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2035 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2051 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2054 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2094 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
2098 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);