Home
last modified time | relevance | path

Searched refs:AddOatInput (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_writer_mclinker.h64 void AddOatInput(std::vector<uint8_t>& oat_contents);
Delf_writer_mclinker.cc75 AddOatInput(oat_contents); in Write()
159 void ElfWriterMclinker::AddOatInput(std::vector<uint8_t>& oat_contents) { in AddOatInput() function in art::ElfWriterMclinker