From 01b70e8bca5e824ee3958ffbdd7727334e81eb0a Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 17 Nov 2016 10:58:36 +0000 Subject: Add dequickening support. Both vdex and BCI require full dequickening support. This change implements dequickening by using the existing encoded quickening, and adds the checkcast quickening to that encoding. bug: 30937355 bug: 32369913 Test: dex_to_dex_decompiler_test.cc test-art-host Change-Id: Ie95f46946d59b28157d6e47dcf4a859be032d1c3 --- compiler/driver/compiler_options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options.h') diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 56b632d6b4..9c62f80339 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -341,6 +341,7 @@ class CompilerOptions FINAL { const std::vector* passes_to_run_; friend class Dex2Oat; + friend class DexToDexDecompilerTest; friend class CommonCompilerTest; friend class verifier::VerifierDepsTest; -- cgit v1.2.3-59-g8ed1b