Searched refs:raw_dex_file (Results 1 – 3 of 3) sorted by relevance
249 ArrayRef<const uint8_t> raw_dex_file( in DoCompile()252 oat_writers[i]->AddRawDexFileSource(raw_dex_file, in DoCompile()
3363 const uint8_t* raw_dex_file = oat_dex_file->source_.GetRawData(); in LayoutDexFile() local3366 DCHECK(raw_dex_file != nullptr); in LayoutDexFile()3367 DCHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file->GetLocation())); in LayoutDexFile()3368 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in LayoutDexFile()3370 dex_file = dex_file_loader.Open(raw_dex_file, in LayoutDexFile()3518 const uint8_t* raw_dex_file = vdex_begin_ + oat_dex_file.dex_file_offset_; in OpenDexFiles() local3523 CHECK(ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) in OpenDexFiles()3526 << " ~ " << std::hex << static_cast<const void*>(raw_dex_file); in OpenDexFiles()3528 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in OpenDexFiles()3537 dex_files.emplace_back(dex_file_loader.Open(raw_dex_file, in OpenDexFiles()
114 ArrayRef<const uint8_t> raw_dex_file( in WriteElf()117 if (!oat_writer.AddRawDexFileSource(raw_dex_file, in WriteElf()