OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandBufAddObjectId
(Results
1 - 5
of
5
) sorted by null
/art/runtime/jdwp/
jdwp_event.cc
776
expandBufAddObjectId
(pReq, threadId);
908
expandBufAddObjectId
(pReq, thread_id);
[
all
...]
jdwp_expand_buf.cc
181
expandBufAddObjectId
(buf, location.class_id);
jdwp_handler.cc
62
expandBufAddObjectId
(reply, object_id);
189
expandBufAddObjectId
(pReply, thread_ids[i]);
209
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
765
expandBufAddObjectId
(pReply, gRegistry->Add(c->GetClassLoader()));
808
expandBufAddObjectId
(reply, gRegistry->Add(monitor_info.owner_->GetPeer()));
810
expandBufAddObjectId
(reply, gRegistry->Add(nullptr));
815
expandBufAddObjectId
(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeer()));
[
all
...]
Completed in 188 milliseconds