OSDN Git Service

Add a VerifierDeps::Dump method.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 28 Oct 2016 13:45:48 +0000 (14:45 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Sat, 29 Oct 2016 21:09:28 +0000 (22:09 +0100)
commitd01f60cbed4ba360b84f1310d2e0d422d6a16534
treed9511ce632d9ae32a0447a9bfd50c1cb8821fcbf
parentb9b8cab87a275fad382fefbddd18daf495a58772
Add a VerifierDeps::Dump method.

Also, fix the Encode/Decode logic around dex file order:
iterating over a std::map doesn't guarantee insertion order.

test: verifier_deps_test
bug: 30937355

Change-Id: Id3efd703b3c8ca21ab49c2600c612c132fb021cd
build/Android.gtest.mk
compiler/oat_writer.cc
compiler/verifier_deps_test.cc
runtime/common_runtime_test.cc
runtime/common_runtime_test.h
runtime/verifier/verifier_deps.cc
runtime/verifier/verifier_deps.h