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

/art/compiler/
H A Delf_patcher.cc228 quick_code = PointerToLowMemUInt32(reinterpret_cast<void*>(oat_data_addr + code_offset));
237 value = PointerToLowMemUInt32(reinterpret_cast<void*>(oat_data_addr + code_offset));
248 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
256 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
H A Dimage_writer.cc563 ImageHeader image_header(PointerToLowMemUInt32(image_begin_),
567 PointerToLowMemUInt32(GetImageAddress(image_roots.Get())),
569 PointerToLowMemUInt32(oat_file_begin),
570 PointerToLowMemUInt32(oat_data_begin_),
571 PointerToLowMemUInt32(oat_data_end),
572 PointerToLowMemUInt32(oat_file_end));
H A Dcommon_compiler_test.cc157 code_offset = PointerToLowMemUInt32(code);
158 gc_map_offset = PointerToLowMemUInt32(gc_map);
/art/runtime/mirror/
H A Dart_method-inl.h207 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode());
214 return PointerToLowMemUInt32(GetEntryPointFromPortableCompiledCode());
296 return PointerToLowMemUInt32(GetNativeGcMap());
/art/runtime/hprof/
H A Dhprof.cc248 return AddU4(PointerToLowMemUInt32(value));
253 return AddU4(1 | PointerToLowMemUInt32(value));
257 return AddU4(PointerToLowMemUInt32(value));
603 HprofClassObjectId result = PointerToLowMemUInt32(c);
/art/runtime/
H A Dutils.h239 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 669 milliseconds