Searched refs:Append4BE (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | endian_utils.h | 41 inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() function 50 Append4BE(bytes, char_count); in AppendUtf16BE() 59 Append4BE(bytes, char_count); in AppendUtf16CompressedBE()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 185 Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback() 187 Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback() 188 Append4BE(bytes, utime); in ThreadStatsGetterCallback() 189 Append4BE(bytes, stime); in ThreadStatsGetterCallback()
|
/art/runtime/ |
D | debugger.cc | 324 Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification() 434 Append4BE(bytes, heap_count); in DdmSendHeapInfo() 435 Append4BE(bytes, 1); // Heap id (bogus; we only have one heap). in DdmSendHeapInfo() 438 Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo() 439 Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo() 440 Append4BE(bytes, heap->GetBytesAllocated()); in DdmSendHeapInfo() 441 Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo() 1030 Append4BE(bytes, 0); // We'll patch this later... in GetRecentAllocations() 1056 Append4BE(bytes, record->ByteCount()); in GetRecentAllocations()
|