OSDN Git Service

Remove interpreter entrypoint in ArtMethod.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 1 Jul 2015 13:32:54 +0000 (14:32 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 8 Jul 2015 08:31:25 +0000 (09:31 +0100)
commitfa2c054b28d4b540c1b3651401a7a091282a015f
treed39c2eca12dce2e0366a092b05715b3eab1319b4
parentc87c8939ea1bcfbddb954478d527cf1138f4f343
Remove interpreter entrypoint in ArtMethod.

Saves 4/8 bytes for each ArtMethod.

Change-Id: I110ecdddf8516b0759a31fa157609643e6d60b15
13 files changed:
compiler/image_writer.cc
imgdiag/imgdiag.cc
patchoat/patchoat.cc
runtime/art_method.h
runtime/asm_support.h
runtime/base/bit_utils.h
runtime/class_linker.cc
runtime/fault_handler.cc
runtime/instrumentation.cc
runtime/interpreter/interpreter_common.cc
runtime/jit/jit.cc
runtime/oat.h
runtime/stack.cc