mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
- Support newer android versions - Allow testing against Java files using android APIs - Update test expectations - Auto-generate ParcelBoxTests - Create tests for the JVM IR backend
68 lines
2.1 KiB
Plaintext
Vendored
68 lines
2.1 KiB
Plaintext
Vendored
public final class test/Foo$Creator : java/lang/Object, android/os/Parcelable$Creator {
|
|
public void <init>()
|
|
|
|
public final test.Foo 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
|
|
DUP
|
|
ALOAD (1)
|
|
LDC (Ltest/Foo;)
|
|
INVOKEVIRTUAL (java/lang/Class, getClassLoader, ()Ljava/lang/ClassLoader;)
|
|
INVOKEVIRTUAL (android/os/Parcel, readParcelable, (Ljava/lang/ClassLoader;)Landroid/os/Parcelable;)
|
|
INVOKESPECIAL (test/Foo, <init>, (Landroid/os/Parcelable;)V)
|
|
ARETURN
|
|
LABEL (L1)
|
|
}
|
|
|
|
public java.lang.Object createFromParcel(android.os.Parcel source) {
|
|
LABEL (L0)
|
|
ALOAD (0)
|
|
ALOAD (1)
|
|
INVOKEVIRTUAL (test/Foo$Creator, createFromParcel, (Landroid/os/Parcel;)Ltest/Foo;)
|
|
ARETURN
|
|
LABEL (L1)
|
|
}
|
|
|
|
public final test.Foo[] newArray(int size)
|
|
|
|
public java.lang.Object[] newArray(int size)
|
|
}
|
|
|
|
public final class test/Foo : java/lang/Object, android/os/Parcelable {
|
|
public final static android.os.Parcelable$Creator CREATOR
|
|
|
|
private final android.os.Parcelable parcelable
|
|
|
|
static void <clinit>() {
|
|
NEW
|
|
DUP
|
|
INVOKESPECIAL (test/Foo$Creator, <init>, ()V)
|
|
CHECKCAST
|
|
PUTSTATIC (CREATOR, Landroid/os/Parcelable$Creator;)
|
|
RETURN
|
|
}
|
|
|
|
public void <init>(android.os.Parcelable parcelable)
|
|
|
|
public int describeContents()
|
|
|
|
public final android.os.Parcelable getParcelable()
|
|
|
|
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 (1)
|
|
ALOAD (0)
|
|
GETFIELD (parcelable, Landroid/os/Parcelable;)
|
|
ILOAD (2)
|
|
INVOKEVIRTUAL (android/os/Parcel, writeParcelable, (Landroid/os/Parcelable;I)V)
|
|
RETURN
|
|
LABEL (L1)
|
|
}
|
|
}
|