changed repo structure
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
.class public final Lkotlin/system/ProcessKt;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Process.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000\u000e\n\u0000\n\u0002\u0010\u0001\n\u0000\n\u0002\u0010\u0008\n\u0000\u001a\u0011\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u0003H\u0087\u0008\u00a8\u0006\u0004"
|
||||
}
|
||||
d2 = {
|
||||
"exitProcess",
|
||||
"",
|
||||
"status",
|
||||
"",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x2
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private static final exitProcess(I)Ljava/lang/Void;
|
||||
.locals 1
|
||||
|
||||
.line 19
|
||||
invoke-static {p0}, Ljava/lang/System;->exit(I)V
|
||||
|
||||
.line 20
|
||||
new-instance p0, Ljava/lang/RuntimeException;
|
||||
|
||||
const-string v0, "System.exit returned normally, while it was supposed to halt JVM."
|
||||
|
||||
invoke-direct {p0, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
.end method
|
||||
@@ -0,0 +1,95 @@
|
||||
.class public final Lkotlin/system/TimingKt;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Timing.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation runtime Lkotlin/Metadata;
|
||||
d1 = {
|
||||
"\u0000\u0014\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0018\u0002\n\u0002\u0010\u0002\n\u0002\u0008\u0002\u001a\'\u0010\u0000\u001a\u00020\u00012\u000c\u0010\u0002\u001a\u0008\u0012\u0004\u0012\u00020\u00040\u0003H\u0086\u0008\u00f8\u0001\u0000\u0082\u0002\n\n\u0008\u0008\u0001\u0012\u0002\u0010\u0001 \u0001\u001a\'\u0010\u0005\u001a\u00020\u00012\u000c\u0010\u0002\u001a\u0008\u0012\u0004\u0012\u00020\u00040\u0003H\u0086\u0008\u00f8\u0001\u0000\u0082\u0002\n\n\u0008\u0008\u0001\u0012\u0002\u0010\u0001 \u0001\u0082\u0002\u0007\n\u0005\u0008\u009920\u0001\u00a8\u0006\u0006"
|
||||
}
|
||||
d2 = {
|
||||
"measureNanoTime",
|
||||
"",
|
||||
"block",
|
||||
"Lkotlin/Function0;",
|
||||
"",
|
||||
"measureTimeMillis",
|
||||
"kotlin-stdlib"
|
||||
}
|
||||
k = 0x2
|
||||
mv = {
|
||||
0x1,
|
||||
0x8,
|
||||
0x0
|
||||
}
|
||||
xi = 0x30
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final measureNanoTime(Lkotlin/jvm/functions/Function0;)J
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/jvm/functions/Function0<",
|
||||
"Lkotlin/Unit;",
|
||||
">;)J"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "block"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
.line 34
|
||||
invoke-static {}, Ljava/lang/System;->nanoTime()J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
.line 35
|
||||
invoke-interface {p0}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
.line 36
|
||||
invoke-static {}, Ljava/lang/System;->nanoTime()J
|
||||
|
||||
move-result-wide v2
|
||||
|
||||
sub-long/2addr v2, v0
|
||||
|
||||
return-wide v2
|
||||
.end method
|
||||
|
||||
.method public static final measureTimeMillis(Lkotlin/jvm/functions/Function0;)J
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/jvm/functions/Function0<",
|
||||
"Lkotlin/Unit;",
|
||||
">;)J"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "block"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
.line 20
|
||||
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
.line 21
|
||||
invoke-interface {p0}, Lkotlin/jvm/functions/Function0;->invoke()Ljava/lang/Object;
|
||||
|
||||
.line 22
|
||||
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
|
||||
|
||||
move-result-wide v2
|
||||
|
||||
sub-long/2addr v2, v0
|
||||
|
||||
return-wide v2
|
||||
.end method
|
||||
Reference in New Issue
Block a user