Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_layout.cc26 int DexLayoutSection::MadviseLargestPageAlignedRegion(const uint8_t* begin, in MadviseLargestPageAlignedRegion() function in art::DexLayoutSection
54 MadviseLargestPageAlignedRegion(dex_file->Begin() + start_offset_, in Madvise()
Ddex_file_layout.h100 static int MadviseLargestPageAlignedRegion(const uint8_t* begin, const uint8_t* end, int advice);
/art/runtime/
Doat_file.cc2071 DexLayoutSection::MadviseLargestPageAlignedRegion(dex_file.Begin(), in MadviseDexFile()