| public final class Test$Creator : java/lang/Object, android/os/Parcelable$Creator { |
| public void <init>() |
| |
| public final Test createFromParcel(android.os.Parcel parcel) { |
| LABEL (L0) |
| ALOAD (1) |
| LDC (parcel) |
| INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V) |
| NEW (Test) |
| DUP |
| GETSTATIC (kotlin/uuid/Uuid, Companion, Lkotlin/uuid/Uuid$Companion;) |
| ALOAD (1) |
| INVOKEVIRTUAL (android/os/Parcel, readLong, ()J) |
| ALOAD (1) |
| INVOKEVIRTUAL (android/os/Parcel, readLong, ()J) |
| INVOKEVIRTUAL (kotlin/uuid/Uuid$Companion, fromLongs, (JJ)Lkotlin/uuid/Uuid;) |
| INVOKESPECIAL (Test, <init>, (Lkotlin/uuid/Uuid;)V) |
| ARETURN |
| LABEL (L1) |
| } |
| |
| public java.lang.Object createFromParcel(android.os.Parcel source) { |
| LABEL (L0) |
| ALOAD (0) |
| ALOAD (1) |
| INVOKEVIRTUAL (Test$Creator, createFromParcel, (Landroid/os/Parcel;)LTest;) |
| ARETURN |
| LABEL (L1) |
| } |
| |
| public final Test[] newArray(int size) |
| |
| public java.lang.Object[] newArray(int size) |
| } |
| |
| public final class Test : java/lang/Object, android/os/Parcelable { |
| public final static android.os.Parcelable$Creator CREATOR |
| |
| private final kotlin.uuid.Uuid uuidData |
| |
| static void <clinit>() |
| |
| public void <init>(kotlin.uuid.Uuid uuidData) |
| |
| public final kotlin.uuid.Uuid component1() |
| |
| public final Test copy(kotlin.uuid.Uuid uuidData) |
| |
| public static Test copy$default(Test p0, kotlin.uuid.Uuid p1, int p2, java.lang.Object p3) |
| |
| public int describeContents() |
| |
| public boolean equals(java.lang.Object other) |
| |
| public final kotlin.uuid.Uuid getUuidData() |
| |
| public int hashCode() |
| |
| public java.lang.String toString() |
| |
| public void writeToParcel(android.os.Parcel out, int flags) { |
| LABEL (L0) |
| ALOAD (1) |
| LDC (out) |
| INVOKESTATIC (kotlin/jvm/internal/Intrinsics, checkNotNullParameter, (Ljava/lang/Object;Ljava/lang/String;)V) |
| ALOAD (0) |
| GETFIELD (Test, uuidData, Lkotlin/uuid/Uuid;) |
| ASTORE (3) |
| ALOAD (3) |
| INVOKEVIRTUAL (kotlin/uuid/Uuid, getMostSignificantBits, ()J) |
| ALOAD (3) |
| INVOKEVIRTUAL (kotlin/uuid/Uuid, getLeastSignificantBits, ()J) |
| LSTORE (4) |
| LSTORE (6) |
| LABEL (L1) |
| ICONST_0 |
| ISTORE (8) |
| LABEL (L2) |
| ALOAD (1) |
| LLOAD (6) |
| INVOKEVIRTUAL (android/os/Parcel, writeLong, (J)V) |
| ALOAD (1) |
| LLOAD (4) |
| INVOKEVIRTUAL (android/os/Parcel, writeLong, (J)V) |
| LABEL (L3) |
| RETURN |
| LABEL (L4) |
| } |
| } |