AsmLikeInstructionListingTest: Print owner for FieldInsnNode

This commit is contained in:
Steven Schäfer
2021-09-15 14:16:07 +02:00
committed by Alexander Udalov
parent e23b4df519
commit ae27be16eb
67 changed files with 346 additions and 345 deletions
@@ -30,7 +30,7 @@ public final class TestNotNull : java/lang/Object, android/os/Parcelable {
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
ALOAD (1)
ALOAD (0)
GETFIELD (a, Landroid/util/Size;)
GETFIELD (TestNotNull, a, Landroid/util/Size;)
INVOKEVIRTUAL (android/os/Parcel, writeSize, (Landroid/util/Size;)V)
RETURN
LABEL (L1)
@@ -69,7 +69,7 @@ public final class TestNullable : java/lang/Object, android/os/Parcelable {
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
ALOAD (1)
ALOAD (0)
GETFIELD (a, Landroid/util/Size;)
GETFIELD (TestNullable, a, Landroid/util/Size;)
DUP
IFNULL (L1)
ALOAD (1)