diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2021-04-28 14:42:09 +0100 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2021-05-06 10:37:17 +0000 |
| commit | 5024ddfd125b5c3b59d7f359ae33cf7f0255b048 (patch) | |
| tree | b625ed5aa1c4976e4cd2de5732543d5d1eb34a0f /TEST_MAPPING | |
| parent | 5859b689d4fdd36711187715c04e2e095f7975c0 (diff) | |
Devirtualize to HInvokeStaticOrDirect.
When we statically know the target method, devirtualize an
HInvokeInterface or an HInvokeVirtual to a HInvokeStaticOrDirect.
Test: test.py
Bug: 182538502
Change-Id: Ie3a58603cde300fca9ca4972d4dfbbd20918f5ba
Diffstat (limited to 'TEST_MAPPING')
| -rw-r--r-- | TEST_MAPPING | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 7848ec2555..d869991e00 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -530,9 +530,6 @@ "name": "art-run-test-449-checker-bce-rem[com.google.android.art.apex]" }, { - "name": "art-run-test-450-checker-types[com.google.android.art.apex]" - }, - { "name": "art-run-test-451-regression-add-float[com.google.android.art.apex]" }, { @@ -1387,9 +1384,6 @@ "name": "art-run-test-449-checker-bce-rem" }, { - "name": "art-run-test-450-checker-types" - }, - { "name": "art-run-test-451-regression-add-float" }, { |
