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.cc1163 uint32_t boot_oat_end = 0; in RelocateInPlace() local
1166 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
1171 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace()
1176 const uint32_t boot_oat_size = boot_oat_end - boot_oat_begin; in RelocateInPlace()
/art/runtime/gc/
Dheap.cc4004 uint32_t* boot_oat_end) { in GetBootImagesSize() argument
4008 DCHECK(boot_oat_end != nullptr); in GetBootImagesSize()
4012 *boot_oat_end = 0u; in GetBootImagesSize()
4026 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()
Dheap.h636 uint32_t* boot_oat_end);
/art/compiler/
Dimage_writer.cc1954 uint32_t boot_oat_end = 0; in CreateHeader() local
1956 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()
1972 boot_oat_end - boot_oat_begin, in CreateHeader()