Searched refs:dex_cache_section (Results 1 – 1 of 1) sorted by relevance
1790 const ImageSection& dex_cache_section = header.GetImageSection( in AddImageSpace() local1792 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()