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 128 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState()));
132 JDWP::Append1BE(bytes, t->IsDaemon());
145 JDWP::Append1BE(bytes, kThstHeaderLen);
146 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 62 milliseconds