Home
last modified time | relevance | path

Searched refs:CreateElfWriterQuick (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/linker/
Delf_writer_quick.h33 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options,
Delf_writer_quick.cc139 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick() function
Dimage_test.h234 elf_writers.emplace_back(CreateElfWriterQuick(*compiler_options_, oat_file.GetFile())); in DoCompile()
Doat_writer_test.cc174 std::unique_ptr<ElfWriter> elf_writer = CreateElfWriterQuick( in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc2732 elf_writers_.emplace_back(linker::CreateElfWriterQuick(*compiler_options_, oat_file.get())); in CreateOatWriters()