changed repo structure
This commit is contained in:
111
2024/insomnihack/mobile/Notes/smali/kotlin/ULongKt.smali
Normal file
111
2024/insomnihack/mobile/Notes/smali/kotlin/ULongKt.smali
Normal file
@@ -0,0 +1,111 @@
|
||||
.class public final Lkotlin/ULongKt;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ULong.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000,\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0005\n\u0000\n\u0002\u0010\u0006\n\u0000\n\u0002\u0010\u0007\n\u0000\n\u0002\u0010\u0008\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\n\n\u0002\u0008\u0002\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0002H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0003\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0004H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0005\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0006H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0007\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u0008H\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\t\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\nH\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u000b\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u000cH\u0087\u0008\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\r\u0082\u0002\u0004\n\u0002\u0008\u0019\u00a8\u0006\u000e"
|
||||
}
|
||||
d2 = {
|
||||
"toULong",
|
||||
"Lkotlin/ULong;",
|
||||
"",
|
||||
"(B)J",
|
||||
"",
|
||||
"(D)J",
|
||||
"",
|
||||
"(F)J",
|
||||
"",
|
||||
"(I)J",
|
||||
"",
|
||||
"(J)J",
|
||||
"",
|
||||
"(S)J",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x2
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private static final toULong(B)J
|
||||
.locals 2
|
||||
|
||||
int-to-long v0, p0
|
||||
|
||||
.line 393
|
||||
invoke-static {v0, v1}, Lkotlin/ULong;->constructor-impl(J)J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
||||
|
||||
.method private static final toULong(D)J
|
||||
.locals 0
|
||||
|
||||
.line 449
|
||||
invoke-static {p0, p1}, Lkotlin/UnsignedKt;->doubleToULong(D)J
|
||||
|
||||
move-result-wide p0
|
||||
|
||||
return-wide p0
|
||||
.end method
|
||||
|
||||
.method private static final toULong(F)J
|
||||
.locals 2
|
||||
|
||||
float-to-double v0, p0
|
||||
|
||||
.line 439
|
||||
invoke-static {v0, v1}, Lkotlin/UnsignedKt;->doubleToULong(D)J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
||||
|
||||
.method private static final toULong(I)J
|
||||
.locals 2
|
||||
|
||||
int-to-long v0, p0
|
||||
|
||||
.line 417
|
||||
invoke-static {v0, v1}, Lkotlin/ULong;->constructor-impl(J)J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
||||
|
||||
.method private static final toULong(J)J
|
||||
.locals 0
|
||||
|
||||
.line 428
|
||||
invoke-static {p0, p1}, Lkotlin/ULong;->constructor-impl(J)J
|
||||
|
||||
move-result-wide p0
|
||||
|
||||
return-wide p0
|
||||
.end method
|
||||
|
||||
.method private static final toULong(S)J
|
||||
.locals 2
|
||||
|
||||
int-to-long v0, p0
|
||||
|
||||
.line 405
|
||||
invoke-static {v0, v1}, Lkotlin/ULong;->constructor-impl(J)J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
||||
Reference in New Issue
Block a user