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.cc1207 uint32_t boot_oat_end = 0; in RelocateInPlace() local
1210 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in RelocateInPlace()
1215 if (boot_oat_begin == boot_oat_end) { in RelocateInPlace()
1220 const uint32_t boot_oat_size = boot_oat_end - boot_oat_begin; in RelocateInPlace()
/art/runtime/gc/
Dheap.cc3970 uint32_t* boot_oat_end) { in GetBootImagesSize() argument
3974 DCHECK(boot_oat_end != nullptr); in GetBootImagesSize()
3978 *boot_oat_end = 0u; in GetBootImagesSize()
3992 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size); in GetBootImagesSize()
Dheap.h646 uint32_t* boot_oat_end);
/art/dex2oat/linker/
Dimage_writer.cc1962 uint32_t boot_oat_end = 0; in CreateHeader() local
1964 heap->GetBootImagesSize(&boot_image_begin, &boot_image_end, &boot_oat_begin, &boot_oat_end); in CreateHeader()
1980 boot_oat_end - boot_oat_begin, in CreateHeader()