OSDN Git Service

Move inline method detection to runtime.
authorVladimir Marko <vmarko@google.com>
Wed, 12 Mar 2014 15:42:41 +0000 (15:42 +0000)
committerVladimir Marko <vmarko@google.com>
Wed, 12 Mar 2014 17:59:23 +0000 (17:59 +0000)
commite3e0260c23d8999b9433715ac7ee5296ee2fd633
tree8f13f12f929e36d9366583934ebb4a20b4ce09b7
parentca46e2003360b44f4c043f6da87092592bc3d6d6
Move inline method detection to runtime.

The debugger needs this for selective deoptimization.

Change-Id: I8100000449b56e619288fb05d41ea6f02b53b334
compiler/Android.mk
compiler/dex/quick/dex_file_method_inliner.cc
compiler/dex/quick/dex_file_method_inliner.h
compiler/dex/quick/mir_to_lir.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
runtime/Android.mk
runtime/quick/inline_method_analyser.cc [new file with mode: 0644]
runtime/quick/inline_method_analyser.h [new file with mode: 0644]