OSDN Git Service

ART: Set methods to preverified in verify-none
authorAndreas Gampe <agampe@google.com>
Wed, 24 Jun 2015 23:25:33 +0000 (16:25 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 25 Jun 2015 17:23:41 +0000 (17:23 +0000)
commit1c284f2abdfe1b0ed87d5216021e69146f10b116
tree2c23480970492c7d5771f83733d430256a2c8b39
parent1f1d53ebfc7f955c28f8d5659b7811ad6cef8f19
ART: Set methods to preverified in verify-none

Actually mark all methods to be verified, so that the interpreter
doesn't do access checks. Speedup is about 2x on a Nexus 6 when booting
in verify-none mode.

Bug: 22040916
Change-Id: I2d6c8df2a68eae6e358da2639d980cb8bfcc1560
compiler/driver/compiler_driver.cc