Fix checker tests after inlining change.

This fixes target tests broken by
    https://android-review.googlesource.com/1843319 .
In one case we use the `$noinline$` tag to prevent inlining.
In the other one, we specify the field name to avoid newly
inlined instructions from matching CHECK-NOT assertions.

Test: testrunner.py --target --64 --optimizing \
      -t 450-checker-types -t 530-checker-lse
Bug: 154012332
Change-Id: Ie82f425bfcaebba1c53877c223aeefcba213921e
2 files changed