Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer.cc41 void ElfWriter::GetOatElfInformation(File* file, in GetOatElfInformation() function in art::ElfWriter
Delf_writer.h40 static void GetOatElfInformation(File* file,
Dimage_writer.cc147 ElfWriter::GetOatElfInformation(oat_file.get(), oat_loaded_size, oat_data_offset); in Write()