Home | History | Annotate | Download | only in runtime

Lines Matching defs:thread_group_id

2018     JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2019 expandBufAddObjectId(pReply, thread_group_id);
2026 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error)
2028 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id);
2044 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2047 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2063 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2066 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2106 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
2110 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);