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.cc122 JDWP::Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
124 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
125 JDWP::Append4BE(bytes, utime); in ThreadStatsGetterCallback()
126 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
63 Append4BE(bytes, char_count); in AppendUtf16BE()
/art/runtime/
Ddebugger.cc4325 JDWP::Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
4459 JDWP::Append4BE(bytes, heap_count); in DdmSendHeapInfo()
4460 JDWP::Append4BE(bytes, 1); // Heap id (bogus; we only have one heap). in DdmSendHeapInfo()
4463 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()
4464 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()
4465 JDWP::Append4BE(bytes, heap->GetBytesAllocated()); in DdmSendHeapInfo()
4466 JDWP::Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo()
5138 JDWP::Append4BE(bytes, 0); // We'll patch this later... in GetRecentAllocations()
5155 JDWP::Append4BE(bytes, record->ByteCount()); in GetRecentAllocations()