AsmLikeInstructionListingTest: Print owner for FieldInsnNode
This commit is contained in:
committed by
Alexander Udalov
parent
e23b4df519
commit
ae27be16eb
Vendored
+2
-2
@@ -40,7 +40,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
|
||||
}
|
||||
|
||||
@@ -57,7 +57,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 (parcelable, Landroid/os/Parcelable;)
|
||||
GETFIELD (test/Foo, parcelable, Landroid/os/Parcelable;)
|
||||
ILOAD (2)
|
||||
INVOKEVIRTUAL (android/os/Parcel, writeParcelable, (Landroid/os/Parcelable;I)V)
|
||||
RETURN
|
||||
|
||||
Reference in New Issue
Block a user