Searched refs:Append1BE (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 186 Append1BE(bytes, ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback() 190 Append1BE(bytes, t->IsDaemon()); in ThreadStatsGetterCallback() 203 Append1BE(bytes, kThstHeaderLen); in DdmVmInternal_getThreadStats() 204 Append1BE(bytes, kThstBytesPerEntry); in DdmVmInternal_getThreadStats()
|
/art/libartbase/base/ |
D | endian_utils.h | 33 inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() function
|
/art/runtime/ |
D | debugger.cc | 437 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()
|