Searched refs:PointerToLowMemUInt32 (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 141 /*image_begin=*/ PointerToLowMemUInt32(image_map.Begin()), in CreateImageSpace() 144 /*image_roots=*/ PointerToLowMemUInt32(image_map.Begin()) + 1, in CreateImageSpace() 147 /*oat_file_begin=*/ PointerToLowMemUInt32(oat_map.Begin()), in CreateImageSpace() 148 /*oat_data_begin=*/ PointerToLowMemUInt32(oat_map.Begin()), in CreateImageSpace() 149 /*oat_data_end=*/ PointerToLowMemUInt32(oat_map.Begin() + oat_size), in CreateImageSpace() 150 /*oat_file_end=*/ PointerToLowMemUInt32(oat_map.Begin() + oat_size), in CreateImageSpace()
|
/art/libartbase/base/ |
D | utils.h | 40 static inline uint32_t PointerToLowMemUInt32(const void* p) { in PointerToLowMemUInt32() function
|
/art/runtime/ |
D | reference_table_test.cc | 74 args[0] = PointerToLowMemUInt32(h_ref_instance.Get()); in CreateWeakReference() 75 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() 617 return PointerToLowMemUInt32(c); in LookupClassId() 988 uint64_t key = (static_cast<uint64_t>(heap_tag) << 32) | PointerToLowMemUInt32(obj); in MarkRootObject()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2644 image_info.image_roots_address_ = PointerToLowMemUInt32(GetImageAddress(image_roots.Ptr())); in CalculateNewObjectOffsets() 2857 PointerToLowMemUInt32(image_info.image_begin_), in CreateHeader() 2862 PointerToLowMemUInt32(oat_file_begin), in CreateHeader() 2863 PointerToLowMemUInt32(image_info.oat_data_begin_), in CreateHeader() 2864 PointerToLowMemUInt32(oat_data_end), in CreateHeader() 2865 PointerToLowMemUInt32(oat_file_end), in CreateHeader() 3487 uint32_t quick_oat_code_offset = PointerToLowMemUInt32(quick_oat_entry_point); in GetQuickCode()
|
/art/runtime/gc/ |
D | heap.cc | 534 boot_images_start_address_ = PointerToLowMemUInt32(boot_image_spaces_.front()->Begin()); in Heap() 536 PointerToLowMemUInt32(boot_image_spaces_.back()->GetImageHeader().GetOatFileEnd()); in Heap()
|