Searched refs:Append1BE (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 126 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback() 130 JDWP::Append1BE(bytes, t->IsDaemon()); in ThreadStatsGetterCallback() 143 JDWP::Append1BE(bytes, kThstHeaderLen); in DdmVmInternal_getThreadStats() 144 JDWP::Append1BE(bytes, kThstBytesPerEntry); in DdmVmInternal_getThreadStats()
|
/art/runtime/jdwp/ |
D | jdwp_bits.h | 35 static inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() function
|
/art/runtime/ |
D | debugger.cc | 4019 JDWP::Append1BE(bytes, reason); in DdmSendHeapInfo() 4667 JDWP::Append1BE(bytes, kMessageHeaderLen); in GetRecentAllocations() 4668 JDWP::Append1BE(bytes, kEntryHeaderLen); in GetRecentAllocations() 4669 JDWP::Append1BE(bytes, kStackFrameLen); in GetRecentAllocations() 4698 JDWP::Append1BE(bytes, stack_depth); in GetRecentAllocations()
|