diff options
author | Alex Light <allight@google.com> | 2021-03-31 22:13:54 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-03-31 22:13:54 +0000 |
commit | af9edf364030cf566907caa26c3d4830c7909d74 (patch) | |
tree | 6a431222409f3a1a96c775d14cf455b82d466301 /test/ProfileTestMultiDex/main.jpp | |
parent | ba9ea4d92de6c8cc0699af37f3c5886cbc95fd25 (diff) | |
parent | cff30a0bfa3c4212f304caef24236884e144375d (diff) |
Better support ICs on virtual calls am: cff30a0bfa
Original change: https://android-review.googlesource.com/c/platform/art/+/1654168
Change-Id: Id832fdc99fe14a6d2c56a94a009229303e586fbc
Diffstat (limited to 'test/ProfileTestMultiDex/main.jpp')
-rw-r--r-- | test/ProfileTestMultiDex/main.jpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/ProfileTestMultiDex/main.jpp b/test/ProfileTestMultiDex/main.jpp index bd548a88ed..33fede8a5b 100644 --- a/test/ProfileTestMultiDex/main.jpp +++ b/test/ProfileTestMultiDex/main.jpp @@ -1,7 +1,7 @@ Main: @@com.android.jack.annotations.ForceInMainDex class Main -TestInqline: +TestInline: @@com.android.jack.annotations.ForceInMainDex class TestInline Secret: @@ -25,3 +25,6 @@ SubE: ZLotsOfMethods: @@com.android.jack.annotations.ForceInMainDex class ZLotsOfMethods +TestInlineSubtype: + @@com.android.jack.annotations.ForceInMainDex + class TestInlineSubtype |