Home
last modified time | relevance | path

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

/art/compiler/
Dimage_test.cc114 ArrayRef<const uint8_t> raw_dex_file( in TestWriteRead()
117 oat_writer.AddRawDexFileSource(raw_dex_file, in TestWriteRead()
Doat_test.cc134 ArrayRef<const uint8_t> raw_dex_file( in WriteElf()
137 if (!oat_writer.AddRawDexFileSource(raw_dex_file, in WriteElf()
Doat_writer.cc2154 const uint8_t* raw_dex_file = in OpenDexFiles() local
2156 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()