HomeSort by relevance Sort by last modified time
    Searched refs:thread_group_id (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_handler.cc 251 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); local
252 expandBufAddObjectId(pReply, thread_group_id);
1152 ObjectId thread_group_id = request.ReadThreadGroupId(); local
1162 ObjectId thread_group_id = request.ReadThreadGroupId(); local
1172 ObjectId thread_group_id = request.ReadThreadGroupId(); local
    [all...]
  /art/runtime/
debugger.h 423 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
426 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
429 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
446 // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == 0,
debugger.cc 2018 JDWP::ObjectId thread_group_id = gRegistry->Add(group); local
    [all...]

Completed in 1047 milliseconds