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

  /art/compiler/
image_writer.cc     [all...]
oat_writer.cc     [all...]
  /art/runtime/hprof/
hprof.cc 194 AddU4(PointerToLowMemUInt32(value));
199 AddU4(1 | PointerToLowMemUInt32(value));
203 AddU4(PointerToLowMemUInt32(value));
576 return PointerToLowMemUInt32(c);
    [all...]
  /art/runtime/
utils.h 86 static inline uint32_t PointerToLowMemUInt32(const void* p) {
art_method-inl.h 193 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode());
profiler.cc 713 return (PointerToLowMemUInt32(method) >> 3) % kHashSize;

Completed in 191 milliseconds