OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Append4BE
(Results
1 - 3
of
3
) sorted by null
/art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc
122
JDWP::
Append4BE
(bytes, t->GetThreadId());
124
JDWP::
Append4BE
(bytes, t->GetTid());
125
JDWP::
Append4BE
(bytes, utime);
126
JDWP::
Append4BE
(bytes, stime);
/art/runtime/jdwp/
jdwp_bits.h
44
static inline void
Append4BE
(std::vector<uint8_t>& bytes, uint32_t value) {
63
Append4BE
(bytes, char_count);
/art/runtime/
debugger.cc
[
all
...]
Completed in 63 milliseconds