Home
last modified time | relevance | path

Searched refs:boot_oat_begin (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dimage.cc42 uint32_t boot_oat_begin, in ImageHeader() argument
58 boot_oat_begin_(boot_oat_begin), in ImageHeader()
Dimage.h115 uint32_t boot_oat_begin,
/art/runtime/gc/space/
Dimage_space.cc1142 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/
Dheap.cc4143 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()
Dheap.h636 uint32_t* boot_oat_begin,
/art/compiler/
Dimage_writer.cc1825 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()