Home
last modified time | relevance | path

Searched refs:raw_dex_file (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/
Dimage_test.h249 ArrayRef<const uint8_t> raw_dex_file( in DoCompile()
252 oat_writers[i]->AddRawDexFileSource(raw_dex_file, in DoCompile()
Doat_writer.cc3459 const uint8_t* raw_dex_file = oat_dex_file->source_.GetRawData(); in LayoutAndWriteDexFile() local
3462 DCHECK(raw_dex_file != nullptr); in LayoutAndWriteDexFile()
3463 DCHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file->GetLocation())); in LayoutAndWriteDexFile()
3464 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in LayoutAndWriteDexFile()
3466 dex_file = dex_file_loader.Open(raw_dex_file, in LayoutAndWriteDexFile()
3754 const uint8_t* raw_dex_file = in OpenDexFiles() local
3760 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()
3763 << " ~ " << static_cast<const void*>(raw_dex_file); in OpenDexFiles()
3765 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in OpenDexFiles()
3773 dex_files.emplace_back(dex_file_loader.Open(raw_dex_file, in OpenDexFiles()
Doat_writer_test.cc114 ArrayRef<const uint8_t> raw_dex_file( in WriteElf()
117 if (!oat_writer.AddRawDexFileSource(raw_dex_file, in WriteElf()