From dc578c7e47b2db623b382932bfe4dbc6dce41aa4 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Wed, 27 Dec 2017 11:51:45 -0800 Subject: 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 --- compiler/optimizing/block_builder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/block_builder.cc') 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 { -- cgit v1.2.3-59-g8ed1b