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

  /art/runtime/jdwp/
jdwp_event.cc 777 expandBufAddObjectId(pReq, threadId);
909 expandBufAddObjectId(pReq, thread_id);
    [all...]
jdwp_expand_buf.cc 181 expandBufAddObjectId(buf, location.class_id);
jdwp_handler.cc 61 expandBufAddObjectId(reply, object_id);
188 expandBufAddObjectId(pReply, thread_ids[i]);
208 expandBufAddObjectId(pReply, thread_group_id);
277 expandBufAddObjectId(pReply, string_id);
493 expandBufAddObjectId(pReply, class_object_id);
688 expandBufAddObjectId(pReply, object_id);
    [all...]
jdwp.h 72 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, id); }
  /art/runtime/
debugger.cc 826 expandBufAddObjectId(pReply, gRegistry->Add(o->GetClass()->GetClassLoader()));
870 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeer()));
872 expandBufAddObjectId(reply, gRegistry->Add(nullptr));
877 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeer()));
    [all...]

Completed in 91 milliseconds