Searched refs:boot_oat_begin (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | image.cc | 42 uint32_t boot_oat_begin, in ImageHeader() argument 58 boot_oat_begin_(boot_oat_begin), in ImageHeader()
|
D | image.h | 115 uint32_t boot_oat_begin,
|
/art/runtime/gc/space/ |
D | image_space.cc | 1142 uint32_t boot_oat_begin = 0; in RelocateInPlace() local 1146 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace() 1151 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace() 1156 const uint32_t boot_oat_size = boot_oat_end - boot_oat_begin; in RelocateInPlace() 1178 boot_oat_begin, in RelocateInPlace()
|
/art/runtime/gc/ |
D | heap.cc | 4143 uint32_t* boot_oat_begin, in GetBootImagesSize() argument 4147 DCHECK(boot_oat_begin != nullptr); in GetBootImagesSize() 4151 *boot_oat_begin = 0u; in GetBootImagesSize() 4163 if (*boot_oat_begin == 0 || oat_begin < *boot_oat_begin) { in GetBootImagesSize() 4164 *boot_oat_begin = oat_begin; in GetBootImagesSize()
|
D | heap.h | 636 uint32_t* boot_oat_begin,
|
/art/compiler/ |
D | image_writer.cc | 1825 uint32_t boot_oat_begin = 0; in CreateHeader() local 1828 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader() 1843 boot_oat_begin, in CreateHeader() 1844 boot_oat_end - boot_oat_begin, in CreateHeader()
|