OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Set8BE
(Results
1 - 4
of
4
) sorted by null
/art/runtime/jdwp/
jdwp_bits.h
89
static inline void
Set8BE
(uint8_t* buf, uint64_t val) {
116
Set8BE
(*dst, value);
jdwp.h
56
static inline void SetObjectId(uint8_t* buf, ObjectId val) { return
Set8BE
(buf, val); }
57
static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return
Set8BE
(buf, val); }
58
static inline void SetFrameId(uint8_t* buf, FrameId val) { return
Set8BE
(buf, val); }
jdwp_expand_buf.cc
149
Set8BE
(pBuf->storage + pBuf->curLen, val);
/art/runtime/
debugger.cc
[
all
...]
Completed in 116 milliseconds