mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
71 lines
1.9 KiB
Plaintext
Vendored
71 lines
1.9 KiB
Plaintext
Vendored
public final class test/SomeClass$Creator : java/lang/Object, android/os/Parcelable$Creator {
|
|
public void <init>()
|
|
|
|
public final test.SomeClass createFromParcel(android.os.Parcel in) {
|
|
LABEL (L0)
|
|
ALOAD (1)
|
|
LDC (in)
|
|
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
|
|
LABEL (L1)
|
|
NEW
|
|
DUP
|
|
ALOAD (1)
|
|
INVOKEVIRTUAL (android/os/Parcel, readInt, ()I)
|
|
IFEQ (L2)
|
|
NEW
|
|
DUP
|
|
INVOKESPECIAL (test/SomeClass, <init>, ()V)
|
|
GOTO (L3)
|
|
LABEL (L2)
|
|
ACONST_NULL
|
|
LABEL (L3)
|
|
ARETURN
|
|
LABEL (L4)
|
|
}
|
|
|
|
public java.lang.Object createFromParcel(android.os.Parcel p0) {
|
|
LABEL (L0)
|
|
LINENUMBER (10)
|
|
ALOAD (0)
|
|
ALOAD (1)
|
|
INVOKEVIRTUAL (test/SomeClass$Creator, createFromParcel, (Landroid/os/Parcel;)Ltest/SomeClass;)
|
|
ARETURN
|
|
}
|
|
|
|
public final test.SomeClass[] newArray(int size)
|
|
|
|
public java.lang.Object[] newArray(int p0)
|
|
}
|
|
|
|
public final class test/SomeClass : java/lang/Object, android/os/Parcelable {
|
|
public final static android.os.Parcelable$Creator CREATOR
|
|
|
|
static void <clinit>()
|
|
|
|
public void <init>()
|
|
|
|
public int describeContents()
|
|
|
|
public void writeToParcel(android.os.Parcel parcel, int flags) {
|
|
LABEL (L0)
|
|
ALOAD (1)
|
|
LDC (parcel)
|
|
INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V)
|
|
ALOAD (1)
|
|
ALOAD (0)
|
|
DUP
|
|
IFNULL (L1)
|
|
ALOAD (1)
|
|
LDC (1)
|
|
INVOKEVIRTUAL (android/os/Parcel, writeInt, (I)V)
|
|
POP2
|
|
GOTO (L2)
|
|
LABEL (L1)
|
|
POP
|
|
LDC (0)
|
|
INVOKEVIRTUAL (android/os/Parcel, writeInt, (I)V)
|
|
LABEL (L2)
|
|
RETURN
|
|
LABEL (L3)
|
|
}
|
|
} |