Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces_test.cc117 /*image_begin=*/ PointerToLowMemUInt32(image_map.Begin()), in CreateImageSpace()
120 /*image_roots=*/ PointerToLowMemUInt32(image_map.Begin()) + 1, in CreateImageSpace()
123 /*oat_file_begin=*/ PointerToLowMemUInt32(oat_map.Begin()), in CreateImageSpace()
124 /*oat_data_begin=*/ PointerToLowMemUInt32(oat_map.Begin()), in CreateImageSpace()
125 /*oat_data_end=*/ PointerToLowMemUInt32(oat_map.Begin() + oat_size), in CreateImageSpace()
126 /*oat_file_end=*/ PointerToLowMemUInt32(oat_map.Begin() + oat_size), in CreateImageSpace()
/art/libartbase/base/
Dutils.h36 static inline uint32_t PointerToLowMemUInt32(const void* p) { in PointerToLowMemUInt32() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc233 uint32_t args[5] = { PointerToLowMemUInt32(parameter.Get()), in Executable_getParameters0()
234 PointerToLowMemUInt32(name.Get()), in Executable_getParameters0()
236 PointerToLowMemUInt32(executable.Get()), in Executable_getParameters0()
/art/runtime/
Dreference_table_test.cc69 args[0] = PointerToLowMemUInt32(h_ref_instance.Get()); in CreateWeakReference()
70 args[1] = PointerToLowMemUInt32(h_referent.Get()); in CreateWeakReference()
/art/runtime/hprof/
Dhprof.cc205 AddU4(PointerToLowMemUInt32(value)); in AddObjectId()
214 AddU4(1 | PointerToLowMemUInt32(value)); in AddClassStaticsId()
218 AddU4(PointerToLowMemUInt32(value)); in AddJniGlobalRefId()
623 return PointerToLowMemUInt32(c); in LookupClassId()
994 uint64_t key = (static_cast<uint64_t>(heap_tag) << 32) | PointerToLowMemUInt32(obj); in MarkRootObject()
/art/dex2oat/linker/
Dimage_writer.cc2529 image_info.image_roots_address_ = PointerToLowMemUInt32(GetImageAddress(image_roots[i].Get())); in CalculateNewObjectOffsets()
2714 PointerToLowMemUInt32(image_info.image_begin_), in CreateHeader()
2719 PointerToLowMemUInt32(oat_file_begin), in CreateHeader()
2720 PointerToLowMemUInt32(image_info.oat_data_begin_), in CreateHeader()
2721 PointerToLowMemUInt32(oat_data_end), in CreateHeader()
2722 PointerToLowMemUInt32(oat_file_end), in CreateHeader()
3380 uint32_t quick_oat_code_offset = PointerToLowMemUInt32(quick_oat_entry_point); in GetQuickCode()
Doat_writer.cc1898 target_offset = PointerToLowMemUInt32(oat_code_offset); in GetTargetOffset()
1977 uint32_t address = PointerToLowMemUInt32(object); in PatchObjectAddress()
/art/runtime/gc/
Dheap.cc4273 const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin()); in GetBootImagesSize()
4280 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()