Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.h58 typedef ElfWriterQuick<ElfTypes32> ElfWriterQuick32; typedef
Delf_writer_test.cc103 ElfWriterQuick32::EncodeOatPatches(patch_locations, &oat_patches); in TEST_F()
/art/compiler/driver/
Dcompiler_driver.cc2454 return art::ElfWriterQuick32::Create(file, oat_writer, dex_files, android_root, is_host, *this); in WriteElf()