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

/art/runtime/
H A Dclass_linker.cc1896 const ImageSection& dex_cache_section = header.GetImageSection( local
1898 uint8_t* section_begin = AlignUp(space->Begin() + dex_cache_section.Offset(), kPageSize);
1899 uint8_t* section_end = AlignDown(space->Begin() + dex_cache_section.End(), kPageSize);

Completed in 32 milliseconds