OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Set4BE
(Results
1 - 5
of
5
) sorted by null
/art/runtime/jdwp/
jdwp_bits.h
90
static inline void
Set4BE
(uint8_t* buf, uint32_t val) {
120
Set4BE
(*dst, value);
jdwp_expand_buf.cc
141
Set4BE
(pBuf->storage + pBuf->curLen, val);
155
Set4BE
(buf, strLen);
jdwp_event.cc
786
Set4BE
(buf + kJDWPHeaderSizeOffset, expandBufGetLength(pReq));
787
Set4BE
(buf + kJDWPHeaderIdOffset, NextRequestSerial());
[
all
...]
jdwp_handler.cc
[
all
...]
/art/runtime/
debugger.cc
[
all
...]
Completed in 78 milliseconds