Searched refs:PointerToLowMemUInt32 (Results 1 – 8 of 8) sorted by relevance
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 115 /*image_begin*/PointerToLowMemUInt32(map->Begin()), in CreateImageSpace() 118 /*image_roots*/PointerToLowMemUInt32(map->Begin()) + 1, in CreateImageSpace() 121 /*oat_file_begin*/PointerToLowMemUInt32(oat_begin), in CreateImageSpace() 122 /*oat_data_begin*/PointerToLowMemUInt32(oat_begin), in CreateImageSpace() 123 /*oat_data_end*/PointerToLowMemUInt32(oat_begin + oat_size), in CreateImageSpace() 124 /*oat_file_end*/PointerToLowMemUInt32(oat_begin + oat_size), in CreateImageSpace()
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 230 uint32_t args[5] = { PointerToLowMemUInt32(parameter.Get()), in Executable_getParameters0() 231 PointerToLowMemUInt32(name.Get()), in Executable_getParameters0() 233 PointerToLowMemUInt32(executable.Get()), in Executable_getParameters0()
|
/art/runtime/ |
D | reference_table_test.cc | 67 args[0] = PointerToLowMemUInt32(h_ref_instance.Get()); in CreateWeakReference() 68 args[1] = PointerToLowMemUInt32(h_referent.Get()); in CreateWeakReference()
|
/art/runtime/hprof/ |
D | hprof.cc | 204 AddU4(PointerToLowMemUInt32(value)); in AddObjectId() 213 AddU4(1 | PointerToLowMemUInt32(value)); in AddClassStaticsId() 217 AddU4(PointerToLowMemUInt32(value)); in AddJniGlobalRefId() 622 return PointerToLowMemUInt32(c); in LookupClassId() 993 uint64_t key = (static_cast<uint64_t>(heap_tag) << 32) | PointerToLowMemUInt32(obj); in MarkRootObject()
|
/art/libartbase/base/ |
D | utils.h | 64 static inline uint32_t PointerToLowMemUInt32(const void* p) { in PointerToLowMemUInt32() function
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1855 image_info.image_roots_address_ = PointerToLowMemUInt32(GetImageAddress(image_roots[i].Get())); in CalculateNewObjectOffsets() 1968 new (image_info.image_->Begin()) ImageHeader(PointerToLowMemUInt32(image_info.image_begin_), in CreateHeader() 1973 PointerToLowMemUInt32(oat_file_begin), in CreateHeader() 1974 PointerToLowMemUInt32(image_info.oat_data_begin_), in CreateHeader() 1975 PointerToLowMemUInt32(oat_data_end), in CreateHeader() 1976 PointerToLowMemUInt32(oat_file_end), in CreateHeader() 2574 uint32_t quick_oat_code_offset = PointerToLowMemUInt32(quick_oat_entry_point); in GetQuickCode() 2850 *reinterpret_cast<uint32_t*>(target) = PointerToLowMemUInt32(new_value); in CopyAndFixupPointer()
|
D | oat_writer.cc | 1951 target_offset = PointerToLowMemUInt32(oat_code_offset); in GetTargetOffset() 2019 uint32_t address = PointerToLowMemUInt32(object); in PatchObjectAddress() 2038 address = PointerToLowMemUInt32(target); in PatchCodeAddress()
|
/art/runtime/gc/ |
D | heap.cc | 3980 const uint32_t image_begin = PointerToLowMemUInt32(space_->Begin()); in GetBootImagesSize() 3987 const uint32_t oat_begin = PointerToLowMemUInt32(boot_oat_file->Begin()); in GetBootImagesSize()
|