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 208 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); local
209 expandBufAddObjectId(pReply, thread_group_id);
1122 ObjectId thread_group_id = request->ReadThreadGroupId(); local
1132 ObjectId thread_group_id = request->ReadThreadGroupId(); local
1142 ObjectId thread_group_id = request->ReadThreadGroupId(); local
    [all...]
  /art/runtime/
debugger.h 424 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
427 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
430 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,
    [all...]
debugger.cc 2017 JDWP::ObjectId thread_group_id = gRegistry->Add(group); local
    [all...]

Completed in 45 milliseconds