diff options
author | 2017-12-27 11:51:45 -0800 | |
---|---|---|
committer | 2017-12-27 13:24:11 -0800 | |
commit | dc578c7e47b2db623b382932bfe4dbc6dce41aa4 (patch) | |
tree | 409e6dc0c338bf75c1ce55acfae91fe86ef3028e /compiler/optimizing/block_builder.cc | |
parent | 1d32a16f93d8bb479523fd237277ecbbff5bf1f4 (diff) |
Move dex exception helpers to their own file and use dex accessor
Also change the input argument to be a code item accessor
instead of a code item pointer. This removes the dependency on
the code item layout.
Bug: 63756964
Test: test-art-host
Change-Id: If75a168d0b5a77d08fa3c6ba38d00705158911db
Diffstat (limited to 'compiler/optimizing/block_builder.cc')
-rw-r--r-- | compiler/optimizing/block_builder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/block_builder.cc b/compiler/optimizing/block_builder.cc index c505efafe2..0c926005d2 100644 --- a/compiler/optimizing/block_builder.cc +++ b/compiler/optimizing/block_builder.cc @@ -19,6 +19,7 @@ #include "base/logging.h" // FOR VLOG. #include "bytecode_utils.h" #include "code_item_accessors-inl.h" +#include "dex_file_exception_helpers.h" #include "quicken_info.h" namespace art { |