HomeSort by relevance Sort by last modified time
    Searched refs:Append1BE (Results 1 - 3 of 3) sorted by null

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 123 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState()));
127 JDWP::Append1BE(bytes, t->IsDaemon());
140 JDWP::Append1BE(bytes, kThstHeaderLen);
141 JDWP::Append1BE(bytes, kThstBytesPerEntry);
  /art/runtime/jdwp/
jdwp_bits.h 35 static inline void Append1BE(std::vector<uint8_t>& bytes, uint8_t value) {
  /art/runtime/
debugger.cc     [all...]

Completed in 164 milliseconds