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

  /art/runtime/
oat_file.h 48 class OatDexFile;
66 // The raw DEX data are accessible transparently through the OatDexFile objects.
73 typedef art::OatDexFile OatDexFile;
261 friend class art::OatDexFile;
264 // Get the OatDexFile for the given dex_location within this oat file.
265 // If dex_location_checksum is non-null, the OatDexFile will only be
267 // If error_msg is non-null and no OatDexFile is returned, error_msg will
268 // be updated with a description of why no OatDexFile was returned.
269 const OatDexFile* GetOatDexFile(const char* dex_location
    [all...]
oat_file.cc 386 // Read an unaligned entry from the OatDexFile data in OatFile and advance the read
446 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' truncated "
467 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' with unaligned or "
541 const uint8_t* oat = Begin() + oat_dex_files_offset; // Jump to the OatDexFile records.
582 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu truncated after dex file "
589 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu with empty location name",
595 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu with truncated dex file "
610 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' truncated after "
620 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' truncated "
628 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zu for '%s' with dex file
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 278 class OatWriter::OatDexFile {
280 OatDexFile(const char* dex_file_location,
285 OatDexFile(OatDexFile&& src) = default;
309 // Offset of start of OatDexFile from beginning of OatHeader. It is
347 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
504 oat_dex_files_.emplace_back(/* OatDexFile */
544 oat_dex_files_.emplace_back(/* OatDexFile */
580 oat_dex_files_.emplace_back(/* OatDexFile */
621 oat_dex_files_.emplace_back(/* OatDexFile */
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 108 milliseconds