diff options
author | Mathieu Chartier <mathieuc@google.com> | 2014-04-04 18:02:04 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2014-04-04 18:02:04 -0700 |
commit | 389e11db6ef350b806f7a3f0d7b7df23b0ab6e0c (patch) | |
tree | fdeb0bd312f57bc57c244658660e00cc23453c45 /runtime/quick/inline_method_analyser.h | |
parent | 818b4cf753d6e8a294f0fbe2e3bd9168eea9f762 (diff) | |
download | art-389e11db6ef350b806f7a3f0d7b7df23b0ab6e0c.zip art-389e11db6ef350b806f7a3f0d7b7df23b0ab6e0c.tar.gz art-389e11db6ef350b806f7a3f0d7b7df23b0ab6e0c.tar.bz2 |
Revert "Inlining synthetic accessors."
This reverts commit 505ebb0e7b42e7facc8354515b06333ee8b84b10.
Diffstat (limited to 'runtime/quick/inline_method_analyser.h')
-rw-r--r-- | runtime/quick/inline_method_analyser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/quick/inline_method_analyser.h b/runtime/quick/inline_method_analyser.h index ddee89b..277a01e 100644 --- a/runtime/quick/inline_method_analyser.h +++ b/runtime/quick/inline_method_analyser.h @@ -21,7 +21,6 @@ #include "base/mutex.h" #include "dex_file.h" #include "dex_instruction.h" -#include "method_reference.h" /* * NOTE: This code is part of the quick compiler. It lives in the runtime @@ -157,9 +156,6 @@ class InlineMethodAnalyser { return opcode - Instruction::IPUT; } - // Determines whether the method is a synthetic accessor (method name starts with "access$"). - static bool IsSyntheticAccessor(MethodReference ref); - private: static bool AnalyseReturnMethod(const DexFile::CodeItem* code_item, InlineMethod* result); static bool AnalyseConstMethod(const DexFile::CodeItem* code_item, InlineMethod* result); |