Searched refs:number_of_dex_files (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | oat_file_assistant.cc | 333 uint32_t number_of_dex_files = file.GetVerifierDepsHeader().GetNumberOfDexFiles(); in DexChecksumUpToDate() local 334 if (required_dex_checksums->size() != number_of_dex_files) { in DexChecksumUpToDate() 337 number_of_dex_files); in DexChecksumUpToDate() 341 for (uint32_t i = 0; i < number_of_dex_files; i++) { in DexChecksumUpToDate() 366 uint32_t number_of_dex_files = file.GetOatHeader().GetDexFileCount(); in DexChecksumUpToDate() local 367 if (required_dex_checksums->size() != number_of_dex_files) { in DexChecksumUpToDate() 370 number_of_dex_files); in DexChecksumUpToDate() 374 for (uint32_t i = 0; i < number_of_dex_files; i++) { in DexChecksumUpToDate()
|
D | vdex_file.cc | 69 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/ |
D | profile_compilation_info.cc | 769 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 …]
|
D | profile_compilation_info.h | 515 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,
|