Home
last modified time | relevance | path

Searched refs:boot_oat_end (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1149 uint32_t boot_oat_end = 0; in RelocateInPlace() local
1151 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
1156 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace()
1160 const uint32_t boot_image_size = boot_oat_end - boot_image_begin; in RelocateInPlace()
/art/runtime/gc/
Dheap.cc4263 uint32_t* boot_oat_end) { in GetBootImagesSize() argument
4267 DCHECK(boot_oat_end != nullptr); in GetBootImagesSize()
4271 *boot_oat_end = 0u; in GetBootImagesSize()
4285 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()
Dheap.h692 uint32_t* boot_oat_end);
/art/dex2oat/linker/
Dimage_writer.cc2705 uint32_t boot_oat_end = 0; in CreateHeader() local
2707 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()
2724 boot_oat_end - boot_image_begin, in CreateHeader()