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 30 byte_count_ = Read4BE();
34 id_ = Read4BE();
56 uint32_t length = Read4BE();
71 case 4: value = Read4BE(); break;
79 int32_t value = static_cast<int32_t>(Read4BE());
85 uint32_t value = Read4BE();
169 uint32_t Request::Read4BE() {
179 uint64_t high = Read4BE();
180 uint64_t low = Read4BE();
jdwp.h 489 uint32_t Read4BE();

Completed in 69 milliseconds