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_expand_buf.cc
184
expandBufAddObjectId
(buf, location.class_id);
jdwp_event.cc
818
expandBufAddObjectId
(pReq, threadId);
950
expandBufAddObjectId
(pReq, thread_id);
[
all
...]
jdwp_handler.cc
65
expandBufAddObjectId
(reply, object_id);
192
expandBufAddObjectId
(pReply, thread_ids[i]);
212
expandBufAddObjectId
(pReply, thread_group_id);
280
expandBufAddObjectId
(pReply, string_id);
496
expandBufAddObjectId
(pReply, class_object_id);
696
expandBufAddObjectId
(pReply, object_id);
[
all
...]
jdwp.h
74
static inline void
expandBufAddObjectId
(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, id); }
/art/runtime/
debugger.cc
830
expandBufAddObjectId
(pReply, gRegistry->Add(c->GetClassLoader()));
873
expandBufAddObjectId
(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread()));
875
expandBufAddObjectId
(reply, gRegistry->Add(nullptr));
880
expandBufAddObjectId
(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread()));
[
all
...]
Completed in 950 milliseconds