Searched refs:Append1BE (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 134 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback() 138 JDWP::Append1BE(bytes, t->IsDaemon()); in ThreadStatsGetterCallback() 151 JDWP::Append1BE(bytes, kThstHeaderLen); in DdmVmInternal_getThreadStats() 152 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 | 4500 JDWP::Append1BE(bytes, reason); in DdmSendHeapInfo() 5115 JDWP::Append1BE(bytes, kMessageHeaderLen); in GetRecentAllocations() 5116 JDWP::Append1BE(bytes, kEntryHeaderLen); in GetRecentAllocations() 5117 JDWP::Append1BE(bytes, kStackFrameLen); in GetRecentAllocations() 5155 JDWP::Append1BE(bytes, stack_depth); in GetRecentAllocations()
|