Searched refs:Read4BE (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_request.cc29 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();
168 uint32_t Request::Read4BE() { function in class:art::JDWP::Request
178 uint64_t high = Read4BE();
179 uint64_t low = Read4BE();
H A Djdwp.h484 uint32_t Read4BE();

Completed in 222 milliseconds