ClockKt.smali
3.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.class public final Lkotlin/time/ClockKt;
.super Ljava/lang/Object;
.source "Clock.kt"
# annotations
.annotation runtime Lkotlin/Metadata;
bv = {
0x1,
0x0,
0x3
}
d1 = {
"\u0000\u0016\n\u0000\n\u0002\u0010\u0008\n\u0002\u0018\u0002\n\u0002\u0008\u0002\n\u0002\u0018\u0002\n\u0002\u0008\u0002\u001a\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u00022\u0006\u0010\u0003\u001a\u00020\u0002H\u0087\n\u001a\u001d\u0010\u0004\u001a\u00020\u0005*\u00020\u00022\u0006\u0010\u0003\u001a\u00020\u0002H\u0087\n\u00f8\u0001\u0000\u00a2\u0006\u0002\u0010\u0006\u0082\u0002\u0004\n\u0002\u0008\u0019\u00a8\u0006\u0007"
}
d2 = {
"compareTo",
"",
"Lkotlin/time/ClockMark;",
"other",
"minus",
"Lkotlin/time/Duration;",
"(Lkotlin/time/ClockMark;Lkotlin/time/ClockMark;)D",
"kotlin-stdlib"
}
k = 0x2
mv = {
0x1,
0x1,
0xf
}
.end annotation
# direct methods
.method private static final compareTo(Lkotlin/time/ClockMark;Lkotlin/time/ClockMark;)I
.locals 0
.param p0 # Lkotlin/time/ClockMark;
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.end param
.annotation runtime Lkotlin/Deprecated;
level = .enum Lkotlin/DeprecationLevel;->ERROR:Lkotlin/DeprecationLevel;
message = "Comparing one ClockMark to another is not a well defined operation because these clock marks could have been obtained from the different clocks."
.end annotation
.annotation build Lkotlin/SinceKotlin;
version = "1.3"
.end annotation
.annotation build Lkotlin/internal/InlineOnly;
.end annotation
.annotation build Lkotlin/time/ExperimentalTime;
.end annotation
const-string p1, "$this$compareTo"
invoke-static {p0, p1}, Lkotlin/jvm/internal/Intrinsics;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
.line 85
new-instance p0, Ljava/lang/Error;
const-string p1, "Operation is disallowed."
invoke-direct {p0, p1}, Ljava/lang/Error;-><init>(Ljava/lang/String;)V
check-cast p0, Ljava/lang/Throwable;
throw p0
.end method
.method private static final minus(Lkotlin/time/ClockMark;Lkotlin/time/ClockMark;)D
.locals 0
.param p0 # Lkotlin/time/ClockMark;
.annotation build Lorg/jetbrains/annotations/NotNull;
.end annotation
.end param
.annotation runtime Lkotlin/Deprecated;
level = .enum Lkotlin/DeprecationLevel;->ERROR:Lkotlin/DeprecationLevel;
message = "Subtracting one ClockMark from another is not a well defined operation because these clock marks could have been obtained from the different clocks."
.end annotation
.annotation build Lkotlin/SinceKotlin;
version = "1.3"
.end annotation
.annotation build Lkotlin/internal/InlineOnly;
.end annotation
.annotation build Lkotlin/time/ExperimentalTime;
.end annotation
const-string p1, "$this$minus"
invoke-static {p0, p1}, Lkotlin/jvm/internal/Intrinsics;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
.line 79
new-instance p0, Ljava/lang/Error;
const-string p1, "Operation is disallowed."
invoke-direct {p0, p1}, Ljava/lang/Error;-><init>(Ljava/lang/String;)V
check-cast p0, Ljava/lang/Throwable;
throw p0
.end method