OSDN Git Service

Integrate VerifierDeps in compiler driver.
authorNicolas Geoffray <ngeoffray@google.com>
Thu, 3 Nov 2016 10:52:49 +0000 (10:52 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Thu, 3 Nov 2016 12:55:11 +0000 (12:55 +0000)
commit6bb7f1b60f4b6b2214457d19d66d2b7b50685feb
tree980f8d69174155e71469e4c5163e2dcf4d2c6fbe
parent63f41f9ff6ce6b68b93feafcbed0f75e5c439594
Integrate VerifierDeps in compiler driver.

If a VerifierDeps is given, try fast verify. Otherwise create
a new VerifierDeps and do the full verification.

test: test-art-host, verifier_deps_test
bug: 30937355
Change-Id: Ifb030d7b5232c95872164f601057a56ab96038e1
compiler/dex/quick_compiler_callbacks.h
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/driver/compiler_driver_test.cc
compiler/image_test.cc
compiler/oat_test.cc
compiler/verifier_deps_test.cc
dex2oat/dex2oat.cc
runtime/compiler_callbacks.h
runtime/verifier/verifier_deps.cc
runtime/verifier/verifier_deps.h