Home
last modified time | relevance | path

Searched refs:Append1BE (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc181 Append1BE(bytes, ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback()
185 Append1BE(bytes, t->IsDaemon()); in ThreadStatsGetterCallback()
198 Append1BE(bytes, kThstHeaderLen); in DdmVmInternal_getThreadStats()
199 Append1BE(bytes, kThstBytesPerEntry); in DdmVmInternal_getThreadStats()
/art/libartbase/base/
Dendian_utils.h33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() function
/art/runtime/
Ddebugger.cc437 Append1BE(bytes, reason); in DdmSendHeapInfo()
1019 Append1BE(bytes, kMessageHeaderLen); in GetRecentAllocations()
1020 Append1BE(bytes, kEntryHeaderLen); in GetRecentAllocations()
1021 Append1BE(bytes, kStackFrameLen); in GetRecentAllocations()
1059 Append1BE(bytes, stack_depth); in GetRecentAllocations()