Lines Matching refs:dex_file
50 void DexLayoutSection::Subsection::Madvise(const DexFile* dex_file, int advice) const { in Madvise() argument
51 DCHECK(dex_file != nullptr); in Madvise()
52 DCHECK_LT(start_offset_, dex_file->Size()); in Madvise()
53 DCHECK_LE(end_offset_, dex_file->Size()); in Madvise()
54 MadviseLargestPageAlignedRegion(dex_file->Begin() + start_offset_, in Madvise()
55 dex_file->Begin() + end_offset_, in Madvise()
59 void DexLayoutSections::Madvise(const DexFile* dex_file, MadviseState state) const { in Madvise() argument
61 UNUSED(dex_file); in Madvise()
70 dex_file, in Madvise()
73 dex_file, in Madvise()
79 dex_file, in Madvise()
85 dex_file, in Madvise()
88 dex_file, in Madvise()