HomeSort by relevance Sort by last modified time
    Searched defs:OatDexFile (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.h 41 class OatDexFile;
54 typedef art::OatDexFile OatDexFile;
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*, kAllocatorTagOatFile> Table
    [all...]
oat_file.cc 216 // 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 #%zu for '%s' with invalid
    [all...]

Completed in 5756 milliseconds