OSDN Git Service

Inline monomorphic calls.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 17 Sep 2015 14:22:56 +0000 (15:22 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 4 Dec 2015 12:08:02 +0000 (12:08 +0000)
commit73be1e8f8609708f6624bb297c9628de44fd8b6f
tree47a22745797a345dea8dd846aad00334da0d5bf1
parent47229aa5848df7d45578dbdd9285f57dfa9399a8
Inline monomorphic calls.

Change-Id: If38171c2dc7d4a4378df5d050afc4fff4499c98f
21 files changed:
compiler/jit/jit_compiler.cc
compiler/optimizing/inliner.cc
compiler/optimizing/inliner.h
compiler/optimizing/licm.cc
compiler/optimizing/nodes.h
compiler/optimizing/optimizing_compiler.cc
compiler/optimizing/optimizing_compiler_stats.h
runtime/art_method.cc
runtime/entrypoints/quick/quick_deoptimization_entrypoints.cc
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/instrumentation.cc
runtime/interpreter/interpreter.cc
runtime/interpreter/interpreter.h
runtime/jit/jit.cc
runtime/jit/jit_code_cache.cc
runtime/jit/jit_code_cache.h
runtime/jit/profiling_info.cc
runtime/jit/profiling_info.h
runtime/quick_exception_handler.cc
runtime/thread.cc
runtime/thread.h