diff options
| author | Calin Juravle <calin@google.com> | 2017-03-03 22:56:16 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-03 22:56:16 +0000 |
| commit | 760e2a04efd921c16c131b6b03a50e0cc5cacbc5 (patch) | |
| tree | 329c14766fa03136a9912b574ba7304ea3e44e6e /test/ProfileTestMultiDex/main.jpp | |
| parent | a8eb2f3b2ebfbf70c289d10d09550e9e8856f59c (diff) | |
| parent | 8c0b363edbfb8231ac61b9e770ba35138a039107 (diff) | |
Merge "Extend profman to generate profiles with inline caches" am: d9f647ac9a
am: 8c0b363edb
Change-Id: I8f45be78b26d3f4b61e6b7ee5663ebf7f16a3c1a
Diffstat (limited to 'test/ProfileTestMultiDex/main.jpp')
| -rw-r--r-- | test/ProfileTestMultiDex/main.jpp | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/test/ProfileTestMultiDex/main.jpp b/test/ProfileTestMultiDex/main.jpp index f2e3b4e14ce..5e55e968745 100644 --- a/test/ProfileTestMultiDex/main.jpp +++ b/test/ProfileTestMultiDex/main.jpp @@ -1,3 +1,21 @@ -main: +Main: @@com.android.jack.annotations.ForceInMainDex - class Second + class Main +TestInqline: + @@com.android.jack.annotations.ForceInMainDex + class TestInline +Super: + @@com.android.jack.annotations.ForceInMainDex + class Super +SubA: + @@com.android.jack.annotations.ForceInMainDex + class SubA +SubB: + @@com.android.jack.annotations.ForceInMainDex + class SubB +SubD: + @@com.android.jack.annotations.ForceInMainDex + class SubD +SubE: + @@com.android.jack.annotations.ForceInMainDex + class SubE |
