Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_mclinker.h65 void AddMethodInputs(const std::vector<const DexFile*>& dex_files);
Delf_writer_mclinker.cc77 AddMethodInputs(dex_files); in Write()
241 void ElfWriterMclinker::AddMethodInputs(const std::vector<const DexFile*>& dex_files) { in AddMethodInputs() function in art::ElfWriterMclinker