Home
last modified time | relevance | path

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

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc133 JDWP::Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
135 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
136 JDWP::Append4BE(bytes, utime); in ThreadStatsGetterCallback()
137 JDWP::Append4BE(bytes, stime); in ThreadStatsGetterCallback()
/art/runtime/jdwp/
Djdwp_bits.h44 static inline void Append4BE(std::vector<uint8_t>& bytes, uint32_t value) { in Append4BE() function
64 Append4BE(bytes, char_count); in AppendUtf16BE()
72 Append4BE(bytes, char_count); in AppendUtf16CompressedBE()
/art/runtime/
Ddebugger.cc4378 JDWP::Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
4497 JDWP::Append4BE(bytes, heap_count); in DdmSendHeapInfo()
4498 JDWP::Append4BE(bytes, 1); // Heap id (bogus; we only have one heap). in DdmSendHeapInfo()
4501 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()
4502 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()
4503 JDWP::Append4BE(bytes, heap->GetBytesAllocated()); in DdmSendHeapInfo()
4504 JDWP::Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo()
5126 JDWP::Append4BE(bytes, 0); // We'll patch this later... in GetRecentAllocations()
5152 JDWP::Append4BE(bytes, record->ByteCount()); in GetRecentAllocations()