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

  /art/compiler/
elf_patcher.cc 239 quick_code = PointerToLowMemUInt32(reinterpret_cast<void*>(oat_data_addr + code_offset));
248 value = PointerToLowMemUInt32(reinterpret_cast<void*>(oat_data_addr + code_offset));
259 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
264 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
269 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
image_writer.cc     [all...]
  /art/runtime/hprof/
hprof.cc 249 return AddU4(PointerToLowMemUInt32(value));
254 return AddU4(1 | PointerToLowMemUInt32(value));
258 return AddU4(PointerToLowMemUInt32(value));
609 HprofClassObjectId result = PointerToLowMemUInt32(c);
    [all...]
  /art/runtime/mirror/
art_method-inl.h 206 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode());
213 return PointerToLowMemUInt32(GetEntryPointFromPortableCompiledCode());
  /art/runtime/
utils.h 280 static inline uint32_t PointerToLowMemUInt32(const void* p) {
profiler.cc 716 return (PointerToLowMemUInt32(method) >> 3) % kHashSize;
trace.cc 133 uint32_t tmid = PointerToLowMemUInt32(method) | action;

Completed in 333 milliseconds