Minor: Move AbstractParcelBytecodeListingTest to compiler tests, change its format a bit
This commit is contained in:
+46
-21
@@ -1,7 +1,14 @@
|
||||
public final class User$Creator : java/lang/Object, android/os/Parcelable$Creator {
|
||||
public void <init>()
|
||||
public void <init>() {
|
||||
Local variables:
|
||||
0 this: LUser$Creator;
|
||||
}
|
||||
|
||||
public final java.lang.Object createFromParcel(android.os.Parcel in) {
|
||||
Local variables:
|
||||
0 this: LUser$Creator;
|
||||
1 in: Landroid/os/Parcel;
|
||||
|
||||
public final java.lang.Object createFromParcel(android.os.Parcel p0) {
|
||||
LABEL (L0)
|
||||
ALOAD (1)
|
||||
LDC (in)
|
||||
@@ -26,13 +33,13 @@ public final class User$Creator : java/lang/Object, android/os/Parcelable$Creato
|
||||
INVOKESPECIAL (User, <init>, (Ljava/lang/String;Ljava/lang/String;IZ)V)
|
||||
ARETURN
|
||||
LABEL (L4)
|
||||
|
||||
Local variables:
|
||||
this: LUser$Creator;
|
||||
in: Landroid/os/Parcel;
|
||||
}
|
||||
|
||||
public final java.lang.Object[] newArray(int p0)
|
||||
public final java.lang.Object[] newArray(int size) {
|
||||
Local variables:
|
||||
0 this: LUser$Creator;
|
||||
1 size: I
|
||||
}
|
||||
}
|
||||
|
||||
public final class User : java/lang/Object, android/os/Parcelable {
|
||||
@@ -54,27 +61,50 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
||||
RETURN
|
||||
}
|
||||
|
||||
public void <init>(java.lang.String p0, java.lang.String p1, int p2, boolean p3)
|
||||
public void <init>(java.lang.String firstName, java.lang.String lastName, int age, boolean isProUser) {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
1 firstName: Ljava/lang/String;
|
||||
2 lastName: Ljava/lang/String;
|
||||
3 age: I
|
||||
4 isProUser: Z
|
||||
}
|
||||
|
||||
public int describeContents() {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
LABEL (L0)
|
||||
LDC (0)
|
||||
IRETURN
|
||||
LABEL (L1)
|
||||
|
||||
Local variables:
|
||||
this: LUser;
|
||||
}
|
||||
|
||||
public final int getAge()
|
||||
public final int getAge() {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
}
|
||||
|
||||
public final java.lang.String getFirstName()
|
||||
public final java.lang.String getFirstName() {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
}
|
||||
|
||||
public final java.lang.String getLastName()
|
||||
public final java.lang.String getLastName() {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
}
|
||||
|
||||
public final boolean isProUser()
|
||||
public final boolean isProUser() {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
}
|
||||
|
||||
public void writeToParcel(android.os.Parcel parcel, int flags) {
|
||||
Local variables:
|
||||
0 this: LUser;
|
||||
1 parcel: Landroid/os/Parcel;
|
||||
2 flags: I
|
||||
|
||||
public void writeToParcel(android.os.Parcel p0, int p1) {
|
||||
LABEL (L0)
|
||||
ALOAD (1)
|
||||
LDC (parcel)
|
||||
@@ -97,10 +127,5 @@ public final class User : java/lang/Object, android/os/Parcelable {
|
||||
INVOKEVIRTUAL (android/os/Parcel, writeInt, (I)V)
|
||||
RETURN
|
||||
LABEL (L1)
|
||||
|
||||
Local variables:
|
||||
this: LUser;
|
||||
parcel: Landroid/os/Parcel;
|
||||
flags: I
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user