Searched refs:dex_location_checksum (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 369 const uint32_t* dex_location_checksum, in GetOatDexFile() argument 413 (dex_location_checksum == nullptr || in GetOatDexFile() 414 oat_dex_file->GetDexFileLocationChecksum() == *dex_location_checksum)) { in GetOatDexFile() 421 if (dex_location_checksum != NULL) { in GetOatDexFile() 422 checksum = StringPrintf("0x%08x", *dex_location_checksum); in GetOatDexFile()
|
D | class_linker.h | 297 uint32_t dex_location_checksum, 589 const uint32_t* dex_location_checksum) 621 uint32_t dex_location_checksum, 639 const uint32_t* dex_location_checksum, 656 const uint32_t* dex_location_checksum,
|
D | class_linker.cc | 698 uint32_t dex_location_checksum = dex_file.GetLocationChecksum(); in FindOpenedOatDexFileForDexFile() local 699 return FindOpenedOatDexFile(nullptr, dex_location, &dex_location_checksum); in FindOpenedOatDexFileForDexFile() 704 … const uint32_t* dex_location_checksum) { in FindOpenedOatDexFile() argument 716 dex_location_checksum, in FindOpenedOatDexFile() 737 const uint32_t* dex_location_checksum, in LoadMultiDexFilesFromOatFile() argument 758 if (dex_location_checksum == nullptr) { in LoadMultiDexFilesFromOatFile() 761 next_location_checksum = *dex_location_checksum; in LoadMultiDexFilesFromOatFile() 832 uint32_t dex_location_checksum; in OpenDexFilesFromOat() local 833 uint32_t* dex_location_checksum_pointer = &dex_location_checksum; in OpenDexFilesFromOat() 876 open_oat_file.reset(FindOatFileInOatLocationForDexFile(dex_location, dex_location_checksum, in OpenDexFilesFromOat() [all …]
|
D | oat_file.h | 277 const uint32_t* const dex_location_checksum,
|