Searched refs:Append1BE (Results 1 – 2 of 2) sorted by relevance
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()
35 static inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) { in Append1BE() function