Searched defs:OatDexFile (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file.h41 class OatDexFile;
54 typedef art::OatDexFile OatDexFile; typedef in class:art::OatFile
214 friend class art::OatDexFile;
216 const OatDexFile* GetOatDexFile(const char* dex_location,
221 const std::vector<const OatDexFile*>& GetOatDexFiles() const {
291 // Owning storage for the OatDexFile objects.
292 std::vector<const OatDexFile*> oat_dex_files_storage_;
296 // therefore we're using the OatDexFile::dex_file_location_ as the backing storage
299 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFil
[all...]
H A Doat_file.cc216 // Read an unaligned entry from the OatDexFile data in OatFile and advance the read
270 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu truncated after dex file "
277 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu with empty location name",
283 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu with truncated dex file "
298 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' truncated after "
308 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' truncated "
316 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' with zero dex "
324 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' with dex file "
334 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' with dex file "
347 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #
1145 OatFile::OatDexFile::OatDexFile(const OatFile* oat_file, function in class:art::OatFile::OatDexFile
[all...]

Completed in 265 milliseconds