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

  /art/runtime/jdwp/
jdwp_request.cc 29 byte_count_ = Read4BE();
33 id_ = Read4BE();
55 uint32_t length = Read4BE();
70 case 4: value = Read4BE(); break;
78 int32_t value = static_cast<int32_t>(Read4BE());
84 uint32_t value = Read4BE();
90 FieldId id = Read4BE();
96 MethodId id = Read4BE();
168 uint32_t Request::Read4BE() {
178 uint64_t high = Read4BE();
    [all...]
jdwp.h 457 uint32_t Read4BE();

Completed in 355 milliseconds