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.cc137 std::unique_ptr<ElfWriter> CreateElfWriterQuick(const CompilerOptions& compiler_options, in CreateElfWriterQuick() function
Dimage_test.h245 elf_writers.emplace_back(CreateElfWriterQuick(*compiler_options_, oat_file.GetFile())); in DoCompile()
Doat_writer_test.cc172 std::unique_ptr<ElfWriter> elf_writer = CreateElfWriterQuick( in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc2639 elf_writers_.emplace_back(linker::CreateElfWriterQuick(*compiler_options_, oat_file.get())); in CreateOatWriters()