Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_layout.h57 kMadviseStateAtLoad, enumerator
Ddex_file_layout.cc68 case MadviseState::kMadviseStateAtLoad: { in Madvise()
/art/runtime/
Doat_file_manager.cc337 OatDexFile::MadviseDexFile(*dex_file, MadviseState::kMadviseStateAtLoad); in OpenDexFilesFromOat()
Doat_file.cc2290 if (state == MadviseState::kMadviseStateAtLoad && runtime->MAdviseRandomAccess()) { in MadviseDexFile()
Dclass_linker.cc1315 OatDexFile::MadviseDexFile(*dex_file, MadviseState::kMadviseStateAtLoad); in InitFromBootImage()