OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandBufAdd1
(Results
1 - 5
of
5
) sorted by null
/art/runtime/jdwp/
jdwp_expand_buf.h
58
void
expandBufAdd1
(ExpandBuf* pBuf, uint8_t val);
jdwp_handler.cc
57
case 1:
expandBufAdd1
(pReply, value); break;
70
expandBufAdd1
(reply, tag);
141
expandBufAdd1
(pReply, resultTag);
145
expandBufAdd1
(pReply, JT_OBJECT);
211
expandBufAdd1
(pReply, type_tag);
361
expandBufAdd1
(reply, true); // canWatchFieldModification
362
expandBufAdd1
(reply, true); // canWatchFieldAccess
363
expandBufAdd1
(reply, true); // canGetBytecodes
364
expandBufAdd1
(reply, true); // canGetSyntheticAttribute
365
expandBufAdd1
(reply, true); // canGetOwnedMonitorInf
[
all
...]
jdwp_event.cc
773
expandBufAdd1
(pReq, suspend_policy);
776
expandBufAdd1
(pReq, EK_VM_START);
909
expandBufAdd1
(pReq, suspend_policy);
913
expandBufAdd1
(pReq, match_list[i]->eventKind);
[
all
...]
jdwp_expand_buf.cc
120
void
expandBufAdd1
(ExpandBuf* pBuf, uint8_t val) {
180
expandBufAdd1
(buf, location.type_tag);
/art/runtime/
debugger.cc
[
all
...]
Completed in 115 milliseconds