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

  /art/test/117-nopatchoat/
nopatchoat.cc 27 static const OatFile::OatDexFile* getOatDexFile(jclass cls) {
35 const OatFile::OatDexFile* oat_dex_file = getOatDexFile(cls);
41 const OatFile::OatDexFile* oat_dex_file = getOatDexFile(cls);
  /art/runtime/
oat_file.h 40 class OatDexFile;
44 typedef art::OatDexFile OatDexFile;
217 friend class art::OatDexFile;
219 const OatDexFile* GetOatDexFile(const char* dex_location,
224 const std::vector<const OatDexFile*>& GetOatDexFiles() const {
327 // Owning storage for the OatDexFile objects.
328 std::vector<const OatDexFile*> oat_dex_files_storage_;
332 // therefore we're using the OatDexFile::dex_file_location_ as the backing storage
335 typedef AllocationTrackingSafeMap<StringPiece, const OatDexFile*, kAllocatorTagOatFile> Table
    [all...]
oat_file.cc 408 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd with empty location name",
414 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd truncated after dex file "
422 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd with truncated dex file "
434 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' truncated after "
442 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with zero dex "
447 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with dex file "
454 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' truncated "
462 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with invalid "
468 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with invalid "
478 *error_msg = StringPrintf("In oat file '%s' found OatDexFile #%zd for '%s' with truncated
    [all...]
dex_file.h 47 class OatDexFile;
399 const OatDexFile* oat_dex_file,
918 const OatDexFile* GetOatDexFile() const {
    [all...]
oat_file_assistant.cc 210 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile(
400 const OatFile::OatDexFile* oat_dex_file = file.GetOatDexFile(
410 const OatFile::OatDexFile* secondary_oat_dex_file
845 const OatFile::OatDexFile* odex_dex_file = odex_file->GetOatDexFile(
    [all...]
dex_file.cc 384 const OatDexFile* oat_dex_file,
399 const OatDexFile* oat_dex_file)
    [all...]
class_linker.cc     [all...]
runtime.cc 739 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
    [all...]
  /art/test/116-nodex2oat/
nodex2oat.cc 31 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
  /art/test/118-noimage-dex2oat/
noimage-dex2oat.cc 31 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile();
  /art/compiler/
oat_writer.h 42 // OatDexFile[0] one variable sized OatDexFile with offsets to Dex and OatClasses
43 // OatDexFile[1]
45 // OatDexFile[D]
47 // Dex[0] one variable sized DexFile for each OatDexFile.
179 class OatDexFile {
181 explicit OatDexFile(size_t offset, const DexFile& dex_file);
186 // Offset of start of OatDexFile from beginning of OatHeader. It is
198 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
286 std::vector<OatDexFile*> oat_dex_files_
    [all...]
oat_writer.cc     [all...]
oat_test.cc 138 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(),
  /art/oatdump/
oatdump.cc 152 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles();
154 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i];
160 void WalkOatDexFile(const OatFile::OatDexFile* oat_dex_file, Callback callback) {
464 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
501 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
530 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
583 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
586 os << "OatDexFile:\n";
633 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]

Completed in 292 milliseconds