Home
last modified time | relevance | path

Searched refs:Append8BE (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_bits.h51 static inline void Append8BE(std::vector<uint8_t>& bytes, uint64_t value) { in Append8BE() function
/art/runtime/
Ddebugger.cc4499 JDWP::Append8BE(bytes, MilliTime()); in DdmSendHeapInfo()