AsmLikeInstructionListingTest: Print owner for FieldInsnNode
This commit is contained in:
committed by
Alexander Udalov
parent
e23b4df519
commit
ae27be16eb
Vendored
+2
-2
@@ -42,7 +42,7 @@ public final class test/Foo : java/lang/Object, android/os/Parcelable {
|
||||
DUP
|
||||
INVOKESPECIAL (test/Foo$Creator, <init>, ()V)
|
||||
CHECKCAST
|
||||
PUTSTATIC (CREATOR, Landroid/os/Parcelable$Creator;)
|
||||
PUTSTATIC (test/Foo, CREATOR, Landroid/os/Parcelable$Creator;)
|
||||
RETURN
|
||||
}
|
||||
|
||||
@@ -59,7 +59,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;)
|
||||
CHECKCAST
|
||||
ILOAD (2)
|
||||
INVOKEVIRTUAL (android/os/Parcel, writeParcelable, (Landroid/os/Parcelable;I)V)
|
||||
|
||||
Reference in New Issue
Block a user