Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1790 const ImageSection& dex_cache_section = header.GetImageSection( in AddImageSpace() local
1792 uint8_t* section_begin = AlignUp(space->Begin() + dex_cache_section.Offset(), kPageSize); in AddImageSpace()
1793 uint8_t* section_end = AlignDown(space->Begin() + dex_cache_section.End(), kPageSize); in AddImageSpace()