OSDN Git Service

ART: Compiled-classes list for compiler-driver
authorAndreas Gampe <agampe@google.com>
Tue, 11 Nov 2014 21:28:29 +0000 (13:28 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 11 Nov 2014 21:43:46 +0000 (13:43 -0800)
commit26318f722958ac1cba6a812026a1377f37c54941
tree54bcf85f5da0c19b2c8772cadd5043ec886a46f7
parentd25b68dad56c86d56c2d09f19046cf300c1c6de2
ART: Compiled-classes list for compiler-driver

Similar to the image-classes list, introduce a list of class names
that are to be compiled when creating a boot image. This defaults
to all classes.

Bug: 18336591
Change-Id: I95f69afdb500a9defb6795803d4040bbe67c5a01
compiler/common_compiler_test.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/oat_test.cc
dex2oat/dex2oat.cc