Home
last modified time | relevance | path

Searched refs:number_of_dex_files (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file_assistant.cc326 uint32_t number_of_dex_files = file.GetVerifierDepsHeader().GetNumberOfDexFiles(); in DexChecksumUpToDate() local
327 if (required_dex_checksums->size() != number_of_dex_files) { in DexChecksumUpToDate()
330 number_of_dex_files); in DexChecksumUpToDate()
334 for (uint32_t i = 0; i < number_of_dex_files; i++) { in DexChecksumUpToDate()
359 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate() local
360 if (required_dex_checksums->size() != number_of_dex_files) { in DexChecksumUpToDate()
363 number_of_dex_files); in DexChecksumUpToDate()
367 for (uint32_t i = 0; i < number_of_dex_files; i++) { in DexChecksumUpToDate()
Dvdex_file.cc69 VdexFile::VerifierDepsHeader::VerifierDepsHeader(uint32_t number_of_dex_files, in VerifierDepsHeader() argument
74 : number_of_dex_files_(number_of_dex_files), in VerifierDepsHeader()
/art/libprofile/profile/
Dprofile_compilation_info.cc769 ProfileIndexType number_of_dex_files, in ReadInlineCache() argument
797 if (dex_profile_index >= number_of_dex_files) { in ReadInlineCache()
799 *error += std::to_string(dex_profile_index) + " " + std::to_string(number_of_dex_files); in ReadInlineCache()
821 ProfileIndexType number_of_dex_files, in ReadMethods() argument
846 number_of_dex_files, in ReadMethods()
953 /*out*/ProfileIndexType* number_of_dex_files, in ReadProfileHeader() argument
994 if (!ReadProfileIndex(safe_buffer_header_data, number_of_dex_files)) { in ReadProfileHeader()
1054 ProfileIndexType number_of_dex_files, in ReadProfileLine() argument
1068 if (!ReadMethods(buffer, number_of_dex_files, line_header, dex_profile_index_remap, error)) { in ReadProfileLine()
1313 ProfileIndexType number_of_dex_files; in LoadInternal() local
[all …]
Dprofile_compilation_info.h515 uint16_t number_of_dex_files,
854 /*out*/ProfileIndexType* number_of_dex_files,
873 ProfileIndexType number_of_dex_files,
886 ProfileIndexType number_of_dex_files,
900 ProfileIndexType number_of_dex_files,