Home
last modified time | relevance | path

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

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