diff options
author | 2015-04-10 09:28:22 -0700 | |
---|---|---|
committer | 2015-04-10 09:28:22 -0700 | |
commit | 3773cd046b1c34569f4711666788bf8a389c7857 (patch) | |
tree | 4fda463949679cfe434e0d5559919a5f01b4d1ac /compiler/dex/quick/quick_compiler.h | |
parent | 6d80318c382a3490ab605b46fa7cb22c5e823fec (diff) |
ART: Remove WriteElf from Compiler
As Portable is gone, we only have one elf_writer left. It also
allows to put the decision for 32b vs 64b ELF into a central
point.
Change-Id: Iae67d06df85268b3f0ee5725abc65edd23eb2499
Diffstat (limited to 'compiler/dex/quick/quick_compiler.h')
-rw-r--r-- | compiler/dex/quick/quick_compiler.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/dex/quick/quick_compiler.h b/compiler/dex/quick/quick_compiler.h index 09b08ace77..8d2c324a70 100644 --- a/compiler/dex/quick/quick_compiler.h +++ b/compiler/dex/quick/quick_compiler.h @@ -52,14 +52,6 @@ class QuickCompiler : public Compiler { uintptr_t GetEntryPointOf(mirror::ArtMethod* method) const OVERRIDE SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - bool WriteElf(art::File* file, - OatWriter* oat_writer, - const std::vector<const art::DexFile*>& dex_files, - const std::string& android_root, - bool is_host) const - OVERRIDE - SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); - static Mir2Lir* GetCodeGenerator(CompilationUnit* cu, void* compilation_unit); void InitCompilationUnit(CompilationUnit& cu) const OVERRIDE; |