OSDN Git Service

Use unique_ptr to track ownership of dex files.
authorRichard Uhler <ruhler@google.com>
Tue, 23 Dec 2014 17:48:51 +0000 (09:48 -0800)
committerRichard Uhler <ruhler@google.com>
Wed, 14 Jan 2015 00:32:34 +0000 (16:32 -0800)
commitfbef44de596d298dc6430f482dffc933a046dd28
tree57345e86b7dda80b82a263069230b7e312db5ef2
parent603104b5b5c3759b0bc2733bda2f972686a775a3
Use unique_ptr to track ownership of dex files.

Bug: 18809837
Change-Id: Ie571eae8fc19ee9207390cff5c7e2a38071b126a
20 files changed:
compiler/driver/compiler_driver_test.cc
compiler/oat_test.cc
dex2oat/dex2oat.cc
oatdump/oatdump.cc
runtime/class_linker.cc
runtime/class_linker.h
runtime/class_linker_test.cc
runtime/common_runtime_test.cc
runtime/common_runtime_test.h
runtime/dex_file.cc
runtime/dex_file.h
runtime/dex_file_test.cc
runtime/dex_file_verifier_test.cc
runtime/mirror/dex_cache_test.cc
runtime/native/dalvik_system_DexFile.cc
runtime/oat_file.cc
runtime/oat_file.h
runtime/runtime.cc
runtime/runtime.h
runtime/verifier/method_verifier_test.cc