diff options
author | Calin Juravle <calin@google.com> | 2015-07-29 15:58:48 +0100 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2015-07-30 09:40:39 +0000 |
commit | 8f96df846403703e14016590b4c0c3af870561d9 (patch) | |
tree | a0aeed0c8f408318ed17ab0519dcbb3451467303 /compiler/dex/quick/quick_cfi_test.cc | |
parent | 681652d8e8a33bc07c5c082a71aea13d0f15e0a0 (diff) | |
download | android_art-8f96df846403703e14016590b4c0c3af870561d9.tar.gz android_art-8f96df846403703e14016590b4c0c3af870561d9.tar.bz2 android_art-8f96df846403703e14016590b4c0c3af870561d9.zip |
Allow for fine tuning the inliner.
Bug: 21868508
(cherry picked and squashed from commits
ec74835a7e4f2660250a2f3f9508cbbe5269e49a and
0941b9d48a9a8c6d80a1af7a0d0fc9f80fe2b9a1)
Change-Id: I1750e6bea20321d04680132281a6c2924531c5ae
Diffstat (limited to 'compiler/dex/quick/quick_cfi_test.cc')
-rw-r--r-- | compiler/dex/quick/quick_cfi_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/dex/quick/quick_cfi_test.cc b/compiler/dex/quick/quick_cfi_test.cc index dd68dd40c6..8318b526b6 100644 --- a/compiler/dex/quick/quick_cfi_test.cc +++ b/compiler/dex/quick/quick_cfi_test.cc @@ -56,6 +56,8 @@ class QuickCFITest : public CFITest { CompilerOptions::kDefaultSmallMethodThreshold, CompilerOptions::kDefaultTinyMethodThreshold, CompilerOptions::kDefaultNumDexMethodsThreshold, + CompilerOptions::kDefaultInlineDepthLimit, + CompilerOptions::kDefaultInlineMaxCodeUnits, false, CompilerOptions::kDefaultTopKProfileThreshold, false, |