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

  /art/runtime/
dex_instruction-inl.h 171 return static_cast<int32_t>(Fetch32(1));
334 return Fetch32(1);
339 return static_cast<int32_t>(Fetch32(1));
344 return static_cast<int32_t>(Fetch32(1));
364 uint64_t vB_wide = Fetch32(1) | ((uint64_t) Fetch32(3) << 32);
dex_instruction.h 538 uint32_t Fetch32(size_t offset) const {
  /external/chromium_org/third_party/smhasher/src/
City.cpp 88 static uint32 Fetch32(const char *p) {
127 uint64 a = Fetch32(s);
128 return HashLen16(len + (a << 3), Fetch32(s + len - 4));

Completed in 723 milliseconds