Searched refs:PointerToLowMemUInt32 (Results 1 - 7 of 7) sorted by relevance

/art/compiler/
H A Delf_patcher.cc239 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)));
H A Dimage_writer.cc940 ImageHeader image_header(PointerToLowMemUInt32(image_begin_),
944 PointerToLowMemUInt32(GetImageAddress(image_roots.Get())),
946 PointerToLowMemUInt32(oat_file_begin),
947 PointerToLowMemUInt32(oat_data_begin_),
948 PointerToLowMemUInt32(oat_data_end),
949 PointerToLowMemUInt32(oat_file_end),
/art/runtime/hprof/
H A Dhprof.cc249 return AddU4(PointerToLowMemUInt32(value));
254 return AddU4(1 | PointerToLowMemUInt32(value));
258 return AddU4(PointerToLowMemUInt32(value));
609 HprofClassObjectId result = PointerToLowMemUInt32(c);
/art/runtime/mirror/
H A Dart_method-inl.h206 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode());
213 return PointerToLowMemUInt32(GetEntryPointFromPortableCompiledCode());
/art/runtime/
H A Dutils.h280 static inline uint32_t PointerToLowMemUInt32(const void* p) { function in namespace:art
H A Dprofiler.cc716 return (PointerToLowMemUInt32(method) >> 3) % kHashSize;
H A Dtrace.cc133 uint32_t tmid = PointerToLowMemUInt32(method) | action;

Completed in 153 milliseconds