Searched refs:Append1BE (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 122 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState())); in ThreadStatsGetterCallback() 126 JDWP::Append1BE(bytes, t->IsDaemon()); in ThreadStatsGetterCallback() 139 JDWP::Append1BE(bytes, kThstHeaderLen); in DdmVmInternal_getThreadStats() 140 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 | 4537 JDWP::Append1BE(bytes, reason); in DdmSendHeapInfo() 5065 JDWP::Append1BE(bytes, kMessageHeaderLen); in GetRecentAllocations() 5066 JDWP::Append1BE(bytes, kEntryHeaderLen); in GetRecentAllocations() 5067 JDWP::Append1BE(bytes, kStackFrameLen); in GetRecentAllocations() 5099 JDWP::Append1BE(bytes, stack_depth); in GetRecentAllocations()
|