Home
last modified time | relevance | path

Searched defs:number_of_dex_files (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc769 ProfileIndexType number_of_dex_files, in ReadInlineCache()
821 ProfileIndexType number_of_dex_files, in ReadMethods()
953 /*out*/ProfileIndexType* number_of_dex_files, in ReadProfileHeader()
1054 ProfileIndexType number_of_dex_files, in ReadProfileLine()
1313 ProfileIndexType number_of_dex_files; in LoadInternal() local
1800 uint16_t number_of_dex_files, in GenerateTestProfile()
/art/runtime/
Doat_file_assistant.cc333 uint32_t number_of_dex_files = file.GetVerifierDepsHeader().GetNumberOfDexFiles(); in DexChecksumUpToDate() local
366 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate() local
Dvdex_file.cc69 VdexFile::VerifierDepsHeader::VerifierDepsHeader(uint32_t number_of_dex_files, in VerifierDepsHeader()