AsmLikeInstructionListingTest: Print owner for FieldInsnNode
This commit is contained in:
committed by
Alexander Udalov
parent
e23b4df519
commit
ae27be16eb
+2
-2
@@ -41,7 +41,7 @@ public final class test/Foo : java/lang/Object, android/os/Parcelable {
|
||||
NEW
|
||||
DUP
|
||||
INVOKESPECIAL (test/Foo$Creator, <init>, ()V)
|
||||
PUTSTATIC (CREATOR, Landroid/os/Parcelable$Creator;)
|
||||
PUTSTATIC (test/Foo, CREATOR, Landroid/os/Parcelable$Creator;)
|
||||
RETURN
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ public final class test/Foo : java/lang/Object, android/os/Parcelable {
|
||||
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
|
||||
ALOAD (1)
|
||||
ALOAD (0)
|
||||
GETFIELD (kp, Landroid/accounts/Account;)
|
||||
GETFIELD (test/Foo, kp, Landroid/accounts/Account;)
|
||||
ILOAD (2)
|
||||
INVOKEVIRTUAL (android/os/Parcel, writeParcelable, (Landroid/os/Parcelable;I)V)
|
||||
RETURN
|
||||
|
||||
Reference in New Issue
Block a user