Searched refs:raw_dex_file (Results 1 – 3 of 3) sorted by relevance
114 ArrayRef<const uint8_t> raw_dex_file( in TestWriteRead()117 oat_writer.AddRawDexFileSource(raw_dex_file, in TestWriteRead()
134 ArrayRef<const uint8_t> raw_dex_file( in WriteElf()137 if (!oat_writer.AddRawDexFileSource(raw_dex_file, in WriteElf()
2154 const uint8_t* raw_dex_file = in OpenDexFiles() local2156 if (!ValidateDexFileHeader(raw_dex_file, oat_dex_file.GetLocation())) { in OpenDexFiles()2160 << " ~ " << static_cast<const void*>(raw_dex_file); in OpenDexFiles()2163 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in OpenDexFiles()2178 dex_files.emplace_back(DexFile::Open(raw_dex_file, in OpenDexFiles()