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.cc3403 const uint8_t* raw_dex_file = oat_dex_file->source_.GetRawData(); in LayoutDexFile() local
3406 DCHECK(raw_dex_file != nullptr); in LayoutDexFile()
3407 DCHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file->GetLocation())); in LayoutDexFile()
3408 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in LayoutDexFile()
3410 dex_file = dex_file_loader.Open(raw_dex_file, in LayoutDexFile()
3558 const uint8_t* raw_dex_file = vdex_begin_ + oat_dex_file.dex_file_offset_; in OpenDexFiles() local
3563 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()
3566 << " ~ " << std::hex << static_cast<const void*>(raw_dex_file); in OpenDexFiles()
3568 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in OpenDexFiles()
3577 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()