Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_group_id

2059     JDWP::ObjectId thread_group_id = gRegistry->Add(group);
2060 expandBufAddObjectId(pReply, thread_group_id);
2066 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error)
2068 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id,
2089 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2092 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2106 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) {
2109 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);
2155 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
2159 mirror::Object* thread_group = DecodeThreadGroup(soa, thread_group_id, &error);