Changes of com.discord v923
This commit is contained in:
parent
e85c2cf0c0
commit
6d19e001e8
21296 changed files with 3125625 additions and 0 deletions
24
com.discord/smali_classes2/kotlin/Lazy.smali
Normal file
24
com.discord/smali_classes2/kotlin/Lazy.smali
Normal file
|
@ -0,0 +1,24 @@
|
|||
.class public interface abstract Lkotlin/Lazy;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Lazy.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getValue()Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
171
com.discord/smali_classes2/kotlin/Pair.smali
Normal file
171
com.discord/smali_classes2/kotlin/Pair.smali
Normal file
|
@ -0,0 +1,171 @@
|
|||
.class public final Lkotlin/Pair;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Tuples.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<A:",
|
||||
"Ljava/lang/Object;",
|
||||
"B:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/io/Serializable;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final first:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TA;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final second:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TB;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TA;TB;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
iput-object p2, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final equals(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
if-eq p0, p1, :cond_1
|
||||
|
||||
instance-of v0, p1, Lkotlin/Pair;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Lkotlin/Pair;
|
||||
|
||||
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
iget-object v1, p1, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
iget-object p1, p1, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final hashCode()I
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
mul-int/lit8 v0, v0, 0x1f
|
||||
|
||||
iget-object v2, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
invoke-virtual {v2}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
:cond_1
|
||||
add-int/2addr v0, v1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "("
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
iget-object v1, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, ", "
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v1, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 v1, 0x29
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
3
com.discord/smali_classes2/kotlin/a.smali
Normal file
3
com.discord/smali_classes2/kotlin/a.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public final Lkotlin/a;
|
||||
.super Lkotlin/b;
|
||||
.source "Exceptions.kt"
|
69
com.discord/smali_classes2/kotlin/a/a$a.smali
Normal file
69
com.discord/smali_classes2/kotlin/a/a$a.smali
Normal file
|
@ -0,0 +1,69 @@
|
|||
.class final Lkotlin/a/a$a;
|
||||
.super Lkotlin/jvm/internal/l;
|
||||
.source "AbstractCollection.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/a/a;->toString()Ljava/lang/String;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/internal/l;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TE;",
|
||||
"Ljava/lang/CharSequence;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Lkotlin/a/a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Lkotlin/a/a;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/a$a;->this$0:Lkotlin/a/a;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-direct {p0, p1}, Lkotlin/jvm/internal/l;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/a$a;->this$0:Lkotlin/a/a;
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
const-string p1, "(this Collection)"
|
||||
|
||||
:goto_0
|
||||
check-cast p1, Ljava/lang/CharSequence;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
goto :goto_0
|
||||
.end method
|
364
com.discord/smali_classes2/kotlin/a/a.smali
Normal file
364
com.discord/smali_classes2/kotlin/a/a.smali
Normal file
|
@ -0,0 +1,364 @@
|
|||
.class public abstract Lkotlin/a/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractCollection.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Collection;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Collection<",
|
||||
"TE;>;",
|
||||
"Lkotlin/jvm/internal/a/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method protected constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+TE;>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public contains(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
invoke-interface {p0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-static {v1, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public containsAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Iterable;
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0, v0}, Lkotlin/a/a;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public abstract getSize()I
|
||||
.end method
|
||||
|
||||
.method public isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/a;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final size()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/a;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toArray()[Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
invoke-static {v0}, Lkotlin/jvm/internal/f;->k(Ljava/util/Collection;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "array"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/jvm/internal/f;->a(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Lkotlin/r;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type kotlin.Array<T>"
|
||||
|
||||
invoke-direct {p1, v0}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 9
|
||||
|
||||
const-string v0, ", "
|
||||
|
||||
move-object v2, v0
|
||||
|
||||
check-cast v2, Ljava/lang/CharSequence;
|
||||
|
||||
const-string v0, "["
|
||||
|
||||
move-object v3, v0
|
||||
|
||||
check-cast v3, Ljava/lang/CharSequence;
|
||||
|
||||
const-string v0, "]"
|
||||
|
||||
move-object v4, v0
|
||||
|
||||
check-cast v4, Ljava/lang/CharSequence;
|
||||
|
||||
new-instance v0, Lkotlin/a/a$a;
|
||||
|
||||
invoke-direct {v0, p0}, Lkotlin/a/a$a;-><init>(Lkotlin/a/a;)V
|
||||
|
||||
move-object v7, v0
|
||||
|
||||
check-cast v7, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
const/4 v5, 0x0
|
||||
|
||||
const/4 v6, 0x0
|
||||
|
||||
const/16 v8, 0x18
|
||||
|
||||
move-object v1, p0
|
||||
|
||||
invoke-static/range {v1 .. v8}, Lkotlin/a/l;->a(Ljava/lang/Iterable;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;ILjava/lang/CharSequence;Lkotlin/jvm/functions/Function1;I)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
2
com.discord/smali_classes2/kotlin/a/ab.smali
Normal file
2
com.discord/smali_classes2/kotlin/a/ab.smali
Normal file
|
@ -0,0 +1,2 @@
|
|||
.class public final Lkotlin/a/ab;
|
||||
.super Lkotlin/a/af;
|
3
com.discord/smali_classes2/kotlin/a/ac.smali
Normal file
3
com.discord/smali_classes2/kotlin/a/ac.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class Lkotlin/a/ac;
|
||||
.super Ljava/lang/Object;
|
||||
.source "MapWithDefault.kt"
|
97
com.discord/smali_classes2/kotlin/a/ad.smali
Normal file
97
com.discord/smali_classes2/kotlin/a/ad.smali
Normal file
|
@ -0,0 +1,97 @@
|
|||
.class public Lkotlin/a/ad;
|
||||
.super Lkotlin/a/ac;
|
||||
.source "MapsJVM.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final a(Lkotlin/Pair;)Ljava/util/Map;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/Pair<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "pair"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object v0, p0, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
iget-object p0, p0, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0, p0}, Ljava/util/Collections;->singletonMap(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string v0, "java.util.Collections.si\u2026(pair.first, pair.second)"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final q(Ljava/util/Map;)Ljava/util/Map;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$toSingletonMap"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Map;->entrySet()Ljava/util/Set;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Ljava/util/Map$Entry;
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Map$Entry;->getKey()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Map$Entry;->getValue()Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-static {v0, p0}, Ljava/util/Collections;->singletonMap(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string v0, "java.util.Collections.singletonMap(key, value)"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "with(entries.iterator().\u2026ingletonMap(key, value) }"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object p0
|
||||
.end method
|
395
com.discord/smali_classes2/kotlin/a/ae.smali
Normal file
395
com.discord/smali_classes2/kotlin/a/ae.smali
Normal file
|
@ -0,0 +1,395 @@
|
|||
.class public Lkotlin/a/ae;
|
||||
.super Lkotlin/a/ad;
|
||||
.source "Maps.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final a(Ljava/util/Map;Ljava/util/Map;)Ljava/util/Map;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"+TK;+TV;>;",
|
||||
"Ljava/util/Map<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$plus"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "map"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Ljava/util/LinkedHashMap;
|
||||
|
||||
invoke-direct {v0, p0}, Ljava/util/LinkedHashMap;-><init>(Ljava/util/Map;)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/util/LinkedHashMap;->putAll(Ljava/util/Map;)V
|
||||
|
||||
check-cast v0, Ljava/util/Map;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final a(Ljava/util/Map;Lkotlin/Pair;)Ljava/util/Map;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"+TK;+TV;>;",
|
||||
"Lkotlin/Pair<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$plus"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "pair"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Map;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-static {p1}, Lkotlin/a/ab;->a(Lkotlin/Pair;)Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/LinkedHashMap;
|
||||
|
||||
invoke-direct {v0, p0}, Ljava/util/LinkedHashMap;-><init>(Ljava/util/Map;)V
|
||||
|
||||
iget-object p0, p1, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
iget-object p1, p1, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v0, p0, p1}, Ljava/util/LinkedHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Ljava/util/Map;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final varargs a([Lkotlin/Pair;)Ljava/util/Map;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">([",
|
||||
"Lkotlin/Pair<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "pairs"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v0, p0
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
new-instance v0, Ljava/util/LinkedHashMap;
|
||||
|
||||
array-length v1, p0
|
||||
|
||||
invoke-static {v1}, Lkotlin/a/ab;->dl(I)I
|
||||
|
||||
move-result v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/util/LinkedHashMap;-><init>(I)V
|
||||
|
||||
check-cast v0, Ljava/util/Map;
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/a/ab;->a([Lkotlin/Pair;Ljava/util/Map;)Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
invoke-static {}, Lkotlin/a/ab;->emptyMap()Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final a([Lkotlin/Pair;Ljava/util/Map;)Ljava/util/Map;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
"M::",
|
||||
"Ljava/util/Map<",
|
||||
"-TK;-TV;>;>([",
|
||||
"Lkotlin/Pair<",
|
||||
"+TK;+TV;>;TM;)TM;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$toMap"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "destination"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p1, p0}, Lkotlin/a/ab;->a(Ljava/util/Map;[Lkotlin/Pair;)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public static final a(Ljava/util/Map;[Lkotlin/Pair;)V
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"-TK;-TV;>;[",
|
||||
"Lkotlin/Pair<",
|
||||
"+TK;+TV;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$putAll"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "pairs"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v0, p1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v1, v0, :cond_0
|
||||
|
||||
aget-object v2, p1, v1
|
||||
|
||||
iget-object v3, v2, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
iget-object v2, v2, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
invoke-interface {p0, v3, v2}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static final varargs b([Lkotlin/Pair;)Ljava/util/Map;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">([",
|
||||
"Lkotlin/Pair<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "pairs"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Ljava/util/LinkedHashMap;
|
||||
|
||||
array-length v1, p0
|
||||
|
||||
invoke-static {v1}, Lkotlin/a/ab;->dl(I)I
|
||||
|
||||
move-result v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/util/LinkedHashMap;-><init>(I)V
|
||||
|
||||
check-cast v0, Ljava/util/Map;
|
||||
|
||||
invoke-static {v0, p0}, Lkotlin/a/ab;->a(Ljava/util/Map;[Lkotlin/Pair;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final dl(I)I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
if-ge p0, v0, :cond_0
|
||||
|
||||
add-int/lit8 p0, p0, 0x1
|
||||
|
||||
return p0
|
||||
|
||||
:cond_0
|
||||
const/high16 v0, 0x40000000 # 2.0f
|
||||
|
||||
if-ge p0, v0, :cond_1
|
||||
|
||||
div-int/lit8 v0, p0, 0x3
|
||||
|
||||
add-int/2addr p0, v0
|
||||
|
||||
return p0
|
||||
|
||||
:cond_1
|
||||
const p0, 0x7fffffff
|
||||
|
||||
return p0
|
||||
.end method
|
||||
|
||||
.method public static final emptyMap()Ljava/util/Map;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">()",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lkotlin/a/y;->bih:Lkotlin/a/y;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast v0, Ljava/util/Map;
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Lkotlin/r;
|
||||
|
||||
const-string v1, "null cannot be cast to non-null type kotlin.collections.Map<K, V>"
|
||||
|
||||
invoke-direct {v0, v1}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public static final r(Ljava/util/Map;)Ljava/util/Map;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"+TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$toMutableMap"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Ljava/util/LinkedHashMap;
|
||||
|
||||
invoke-direct {v0, p0}, Ljava/util/LinkedHashMap;-><init>(Ljava/util/Map;)V
|
||||
|
||||
check-cast v0, Ljava/util/Map;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final s(Ljava/util/Map;)Ljava/util/Map;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"TK;+TV;>;)",
|
||||
"Ljava/util/Map<",
|
||||
"TK;TV;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$optimizeReadOnlyMap"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Map;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
invoke-static {p0}, Lkotlin/a/ab;->q(Ljava/util/Map;)Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_1
|
||||
invoke-static {}, Lkotlin/a/ab;->emptyMap()Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
39
com.discord/smali_classes2/kotlin/a/af.smali
Normal file
39
com.discord/smali_classes2/kotlin/a/af.smali
Normal file
|
@ -0,0 +1,39 @@
|
|||
.class public Lkotlin/a/af;
|
||||
.super Lkotlin/a/ae;
|
||||
.source "_Maps.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final t(Ljava/util/Map;)Lkotlin/sequences/Sequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<K:",
|
||||
"Ljava/lang/Object;",
|
||||
"V:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Map<",
|
||||
"+TK;+TV;>;)",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"Ljava/util/Map$Entry<",
|
||||
"TK;TV;>;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$asSequence"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Map;->entrySet()Ljava/util/Set;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Ljava/lang/Iterable;
|
||||
|
||||
invoke-static {p0}, Lkotlin/a/l;->w(Ljava/lang/Iterable;)Lkotlin/sequences/Sequence;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
206
com.discord/smali_classes2/kotlin/a/ag.smali
Normal file
206
com.discord/smali_classes2/kotlin/a/ag.smali
Normal file
|
@ -0,0 +1,206 @@
|
|||
.class public final Lkotlin/a/ag;
|
||||
.super Lkotlin/a/e;
|
||||
.source "ReversedViews.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lkotlin/a/e<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final bij:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/List;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "delegate"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Lkotlin/a/e;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final add(ILjava/lang/Object;)V
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITT;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
if-lt v1, p1, :cond_0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
sub-int/2addr v1, p1
|
||||
|
||||
invoke-interface {v0, v1, p2}, Ljava/util/List;->add(ILjava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p2, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "Position index "
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " must be in range ["
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
new-instance p1, Lkotlin/ranges/IntRange;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-direct {p1, v1, v2}, Lkotlin/ranges/IntRange;-><init>(II)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, "]."
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p2, Ljava/lang/Throwable;
|
||||
|
||||
throw p2
|
||||
.end method
|
||||
|
||||
.method public final clear()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->clear()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final get(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/a/t;->c(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final getSize()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final removeAt(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/a/t;->c(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITT;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ag;->bij:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/a/t;->c(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1, p2}, Ljava/util/List;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
84
com.discord/smali_classes2/kotlin/a/ah.smali
Normal file
84
com.discord/smali_classes2/kotlin/a/ah.smali
Normal file
|
@ -0,0 +1,84 @@
|
|||
.class final Lkotlin/a/ah;
|
||||
.super Lkotlin/a/d;
|
||||
.source "ReversedViews.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lkotlin/a/d<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final bij:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/List;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"+TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "delegate"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Lkotlin/a/d;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/ah;->bij:Ljava/util/List;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final get(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ah;->bij:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/a/t;->c(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final getSize()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/ah;->bij:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
2
com.discord/smali_classes2/kotlin/a/ai.smali
Normal file
2
com.discord/smali_classes2/kotlin/a/ai.smali
Normal file
|
@ -0,0 +1,2 @@
|
|||
.class public final Lkotlin/a/ai;
|
||||
.super Lkotlin/a/al;
|
28
com.discord/smali_classes2/kotlin/a/aj.smali
Normal file
28
com.discord/smali_classes2/kotlin/a/aj.smali
Normal file
|
@ -0,0 +1,28 @@
|
|||
.class public Lkotlin/a/aj;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SetsJVM.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final bb(Ljava/lang/Object;)Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(TT;)",
|
||||
"Ljava/util/Set<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0}, Ljava/util/Collections;->singleton(Ljava/lang/Object;)Ljava/util/Set;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string v0, "java.util.Collections.singleton(element)"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object p0
|
||||
.end method
|
92
com.discord/smali_classes2/kotlin/a/ak.smali
Normal file
92
com.discord/smali_classes2/kotlin/a/ak.smali
Normal file
|
@ -0,0 +1,92 @@
|
|||
.class public Lkotlin/a/ak;
|
||||
.super Lkotlin/a/aj;
|
||||
.source "Sets.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final e(Ljava/util/Set;)Ljava/util/Set;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Set<",
|
||||
"+TT;>;)",
|
||||
"Ljava/util/Set<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$optimizeReadOnlySet"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Set;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p0}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-static {p0}, Lkotlin/a/ai;->bb(Ljava/lang/Object;)Ljava/util/Set;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_1
|
||||
sget-object p0, Lkotlin/a/z;->bii:Lkotlin/a/z;
|
||||
|
||||
check-cast p0, Ljava/util/Set;
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final varargs o([Ljava/lang/Object;)Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)",
|
||||
"Ljava/util/Set<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v0, p0
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
invoke-static {p0}, Lkotlin/a/g;->i([Ljava/lang/Object;)Ljava/util/Set;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
sget-object p0, Lkotlin/a/z;->bii:Lkotlin/a/z;
|
||||
|
||||
check-cast p0, Ljava/util/Set;
|
||||
|
||||
return-object p0
|
||||
.end method
|
148
com.discord/smali_classes2/kotlin/a/al.smali
Normal file
148
com.discord/smali_classes2/kotlin/a/al.smali
Normal file
|
@ -0,0 +1,148 @@
|
|||
.class public Lkotlin/a/al;
|
||||
.super Lkotlin/a/ak;
|
||||
.source "_Sets.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final a(Ljava/util/Set;Ljava/lang/Iterable;)Ljava/util/Set;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Set<",
|
||||
"+TT;>;",
|
||||
"Ljava/lang/Iterable<",
|
||||
"+TT;>;)",
|
||||
"Ljava/util/Set<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$minus"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Ljava/lang/Iterable;
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/a/l;->a(Ljava/lang/Iterable;Ljava/lang/Iterable;)Ljava/util/Collection;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-static {v0}, Lkotlin/a/l;->s(Ljava/lang/Iterable;)Ljava/util/Set;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
instance-of v1, p1, Ljava/util/Set;
|
||||
|
||||
if-eqz v1, :cond_3
|
||||
|
||||
new-instance p0, Ljava/util/LinkedHashSet;
|
||||
|
||||
invoke-direct {p0}, Ljava/util/LinkedHashSet;-><init>()V
|
||||
|
||||
check-cast p0, Ljava/util/Collection;
|
||||
|
||||
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:cond_1
|
||||
:goto_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-interface {p1, v1}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-nez v2, :cond_1
|
||||
|
||||
invoke-interface {p0, v1}, Ljava/util/Collection;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
check-cast p0, Ljava/util/Set;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_3
|
||||
new-instance v0, Ljava/util/LinkedHashSet;
|
||||
|
||||
check-cast p0, Ljava/util/Collection;
|
||||
|
||||
invoke-direct {v0, p0}, Ljava/util/LinkedHashSet;-><init>(Ljava/util/Collection;)V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/util/LinkedHashSet;->removeAll(Ljava/util/Collection;)Z
|
||||
|
||||
check-cast v0, Ljava/util/Set;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static final a(Ljava/util/Set;Ljava/lang/Object;)Ljava/util/Set;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Ljava/util/Set<",
|
||||
"+TT;>;TT;)",
|
||||
"Ljava/util/Set<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$plus"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Ljava/util/LinkedHashSet;
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Set;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
invoke-static {v1}, Lkotlin/a/ab;->dl(I)I
|
||||
|
||||
move-result v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/util/LinkedHashSet;-><init>(I)V
|
||||
|
||||
check-cast p0, Ljava/util/Collection;
|
||||
|
||||
invoke-virtual {v0, p0}, Ljava/util/LinkedHashSet;->addAll(Ljava/util/Collection;)Z
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/util/LinkedHashSet;->add(Ljava/lang/Object;)Z
|
||||
|
||||
check-cast v0, Ljava/util/Set;
|
||||
|
||||
return-object v0
|
||||
.end method
|
77
com.discord/smali_classes2/kotlin/a/an.smali
Normal file
77
com.discord/smali_classes2/kotlin/a/an.smali
Normal file
|
@ -0,0 +1,77 @@
|
|||
.class public final Lkotlin/a/an;
|
||||
.super Ljava/lang/Enum;
|
||||
.source "AbstractIterator.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Enum<",
|
||||
"Lkotlin/a/an;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bik:I
|
||||
|
||||
.field public static final bil:I
|
||||
|
||||
.field public static final bim:I
|
||||
|
||||
.field public static final bin:I
|
||||
|
||||
.field private static final synthetic bio:[I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
const/4 v0, 0x4
|
||||
|
||||
new-array v1, v0, [I
|
||||
|
||||
fill-array-data v1, :array_0
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
sput v2, Lkotlin/a/an;->bik:I
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
sput v2, Lkotlin/a/an;->bil:I
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
sput v2, Lkotlin/a/an;->bim:I
|
||||
|
||||
sput v0, Lkotlin/a/an;->bin:I
|
||||
|
||||
sput-object v1, Lkotlin/a/an;->bio:[I
|
||||
|
||||
return-void
|
||||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x1
|
||||
0x2
|
||||
0x3
|
||||
0x4
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
.method public static DS()[I
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/an;->bio:[I
|
||||
|
||||
invoke-virtual {v0}, [I->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, [I
|
||||
|
||||
return-object v0
|
||||
.end method
|
172
com.discord/smali_classes2/kotlin/a/b.smali
Normal file
172
com.discord/smali_classes2/kotlin/a/b.smali
Normal file
|
@ -0,0 +1,172 @@
|
|||
.class public abstract Lkotlin/a/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractIterator.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lkotlin/jvm/internal/a/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field protected bhU:I
|
||||
|
||||
.field protected bhV:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
sget v0, Lkotlin/a/an;->bil:I
|
||||
|
||||
iput v0, p0, Lkotlin/a/b;->bhU:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method protected abstract DP()V
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 4
|
||||
|
||||
iget v0, p0, Lkotlin/a/b;->bhU:I
|
||||
|
||||
sget v1, Lkotlin/a/an;->bin:I
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
iget v0, p0, Lkotlin/a/b;->bhU:I
|
||||
|
||||
sget-object v1, Lkotlin/a/c;->$EnumSwitchMapping$0:[I
|
||||
|
||||
sub-int/2addr v0, v3
|
||||
|
||||
aget v0, v1, v0
|
||||
|
||||
if-eq v0, v3, :cond_3
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
if-eq v0, v1, :cond_2
|
||||
|
||||
sget v0, Lkotlin/a/an;->bin:I
|
||||
|
||||
iput v0, p0, Lkotlin/a/b;->bhU:I
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/b;->DP()V
|
||||
|
||||
iget v0, p0, Lkotlin/a/b;->bhU:I
|
||||
|
||||
sget v1, Lkotlin/a/an;->bik:I
|
||||
|
||||
if-ne v0, v1, :cond_1
|
||||
|
||||
return v3
|
||||
|
||||
:cond_1
|
||||
return v2
|
||||
|
||||
:cond_2
|
||||
return v3
|
||||
|
||||
:cond_3
|
||||
return v2
|
||||
|
||||
:cond_4
|
||||
new-instance v0, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string v1, "Failed requirement."
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/b;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
sget v0, Lkotlin/a/an;->bil:I
|
||||
|
||||
iput v0, p0, Lkotlin/a/b;->bhU:I
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/b;->bhV:Ljava/lang/Object;
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
42
com.discord/smali_classes2/kotlin/a/c.smali
Normal file
42
com.discord/smali_classes2/kotlin/a/c.smali
Normal file
|
@ -0,0 +1,42 @@
|
|||
.class public final synthetic Lkotlin/a/c;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final synthetic $EnumSwitchMapping$0:[I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static synthetic constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
invoke-static {}, Lkotlin/a/an;->DS()[I
|
||||
|
||||
move-result-object v0
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
sput-object v0, Lkotlin/a/c;->$EnumSwitchMapping$0:[I
|
||||
|
||||
sget v1, Lkotlin/a/an;->bim:I
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
sub-int/2addr v1, v2
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
sget-object v0, Lkotlin/a/c;->$EnumSwitchMapping$0:[I
|
||||
|
||||
sget v1, Lkotlin/a/an;->bik:I
|
||||
|
||||
sub-int/2addr v1, v2
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
return-void
|
||||
.end method
|
32
com.discord/smali_classes2/kotlin/a/d$a.smali
Normal file
32
com.discord/smali_classes2/kotlin/a/d$a.smali
Normal file
|
@ -0,0 +1,32 @@
|
|||
.class public final Lkotlin/a/d$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/a/d;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic constructor <init>(B)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/a/d$a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
125
com.discord/smali_classes2/kotlin/a/d$b.smali
Normal file
125
com.discord/smali_classes2/kotlin/a/d$b.smali
Normal file
|
@ -0,0 +1,125 @@
|
|||
.class Lkotlin/a/d$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/a/d;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;",
|
||||
"Lkotlin/jvm/internal/a/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic bhX:Lkotlin/a/d;
|
||||
|
||||
.field index:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/a/d;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/d$b;->bhX:Lkotlin/a/d;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public hasNext()Z
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
iget-object v1, p0, Lkotlin/a/d$b;->bhX:Lkotlin/a/d;
|
||||
|
||||
invoke-virtual {v1}, Lkotlin/a/d;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-ge v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/d$b;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/d$b;->bhX:Lkotlin/a/d;
|
||||
|
||||
iget v1, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
add-int/lit8 v2, v1, 0x1
|
||||
|
||||
iput v2, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
invoke-virtual {v0, v1}, Lkotlin/a/d;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
199
com.discord/smali_classes2/kotlin/a/d$c.smali
Normal file
199
com.discord/smali_classes2/kotlin/a/d$c.smali
Normal file
|
@ -0,0 +1,199 @@
|
|||
.class final Lkotlin/a/d$c;
|
||||
.super Lkotlin/a/d$b;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/ListIterator;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/a/d;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/a/d<",
|
||||
"TE;>.b;",
|
||||
"Ljava/util/ListIterator<",
|
||||
"TE;>;",
|
||||
"Lkotlin/jvm/internal/a/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic bhX:Lkotlin/a/d;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/a/d;I)V
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/d$c;->bhX:Lkotlin/a/d;
|
||||
|
||||
invoke-direct {p0, p1}, Lkotlin/a/d$b;-><init>(Lkotlin/a/d;)V
|
||||
|
||||
sget-object v0, Lkotlin/a/d;->bhW:Lkotlin/a/d$a;
|
||||
|
||||
invoke-virtual {p1}, Lkotlin/a/d;->size()I
|
||||
|
||||
move-result p1
|
||||
|
||||
if-ltz p2, :cond_0
|
||||
|
||||
if-gt p2, p1, :cond_0
|
||||
|
||||
iput p2, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v2, "index: "
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p2, ", size: "
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final add(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final hasPrevious()Z
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final nextIndex()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final previous()Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/d$c;->hasPrevious()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/d$c;->bhX:Lkotlin/a/d;
|
||||
|
||||
iget v1, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
add-int/lit8 v1, v1, -0x1
|
||||
|
||||
iput v1, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
iget v1, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
invoke-virtual {v0, v1}, Lkotlin/a/d;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final previousIndex()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lkotlin/a/d$b;->index:I
|
||||
|
||||
add-int/lit8 v0, v0, -0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final set(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
210
com.discord/smali_classes2/kotlin/a/d$d.smali
Normal file
210
com.discord/smali_classes2/kotlin/a/d$d.smali
Normal file
|
@ -0,0 +1,210 @@
|
|||
.class final Lkotlin/a/d$d;
|
||||
.super Lkotlin/a/d;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/RandomAccess;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/a/d;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = "d"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lkotlin/a/d<",
|
||||
"TE;>;",
|
||||
"Ljava/util/RandomAccess;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private bhY:I
|
||||
|
||||
.field private final bhZ:Lkotlin/a/d;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/a/d<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final bia:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/a/d;II)V
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/a/d<",
|
||||
"+TE;>;II)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "list"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Lkotlin/a/d;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/d$d;->bhZ:Lkotlin/a/d;
|
||||
|
||||
iput p2, p0, Lkotlin/a/d$d;->bia:I
|
||||
|
||||
iget p1, p0, Lkotlin/a/d$d;->bia:I
|
||||
|
||||
iget-object p2, p0, Lkotlin/a/d$d;->bhZ:Lkotlin/a/d;
|
||||
|
||||
invoke-virtual {p2}, Lkotlin/a/d;->size()I
|
||||
|
||||
move-result p2
|
||||
|
||||
const-string v0, "fromIndex: "
|
||||
|
||||
if-ltz p1, :cond_1
|
||||
|
||||
if-gt p3, p2, :cond_1
|
||||
|
||||
if-gt p1, p3, :cond_0
|
||||
|
||||
iget p1, p0, Lkotlin/a/d$d;->bia:I
|
||||
|
||||
sub-int/2addr p3, p1
|
||||
|
||||
iput p3, p0, Lkotlin/a/d$d;->bhY:I
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " > toIndex: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p2, Ljava/lang/Throwable;
|
||||
|
||||
throw p2
|
||||
|
||||
:cond_1
|
||||
new-instance v1, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v2, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v2, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", toIndex: "
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v2, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", size: "
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v2, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v1, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v1, Ljava/lang/Throwable;
|
||||
|
||||
throw v1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final get(I)Ljava/lang/Object;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Lkotlin/a/d$d;->bhY:I
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
if-ge p1, v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/d$d;->bhZ:Lkotlin/a/d;
|
||||
|
||||
iget v1, p0, Lkotlin/a/d$d;->bia:I
|
||||
|
||||
add-int/2addr v1, p1
|
||||
|
||||
invoke-virtual {v0, v1}, Lkotlin/a/d;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance v1, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v2, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v3, "index: "
|
||||
|
||||
invoke-direct {v2, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", size: "
|
||||
|
||||
invoke-virtual {v2, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v2, v0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v2}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v1, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v1, Ljava/lang/Throwable;
|
||||
|
||||
throw v1
|
||||
.end method
|
||||
|
||||
.method public final getSize()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lkotlin/a/d$d;->bhY:I
|
||||
|
||||
return v0
|
||||
.end method
|
433
com.discord/smali_classes2/kotlin/a/d.smali
Normal file
433
com.discord/smali_classes2/kotlin/a/d.smali
Normal file
|
@ -0,0 +1,433 @@
|
|||
.class public abstract Lkotlin/a/d;
|
||||
.super Lkotlin/a/a;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/List;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/a/d$d;,
|
||||
Lkotlin/a/d$b;,
|
||||
Lkotlin/a/d$c;,
|
||||
Lkotlin/a/d$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lkotlin/a/a<",
|
||||
"TE;>;",
|
||||
"Ljava/util/List<",
|
||||
"TE;>;",
|
||||
"Lkotlin/jvm/internal/a/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bhW:Lkotlin/a/d$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lkotlin/a/d$a;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1}, Lkotlin/a/d$a;-><init>(B)V
|
||||
|
||||
sput-object v0, Lkotlin/a/d;->bhW:Lkotlin/a/d$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method protected constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/a/a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITE;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(ILjava/util/Collection;)Z
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I",
|
||||
"Ljava/util/Collection<",
|
||||
"+TE;>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 5
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/a/d;
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
instance-of v0, p1, Ljava/util/List;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
return v2
|
||||
|
||||
:cond_1
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
check-cast p1, Ljava/util/Collection;
|
||||
|
||||
const-string v3, "c"
|
||||
|
||||
invoke-static {v0, v3}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v3, "other"
|
||||
|
||||
invoke-static {p1, v3}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
move-result v3
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->size()I
|
||||
|
||||
move-result v4
|
||||
|
||||
if-eq v3, v4, :cond_2
|
||||
|
||||
return v2
|
||||
|
||||
:cond_2
|
||||
invoke-interface {p1}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:cond_3
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v3
|
||||
|
||||
if-eqz v3, :cond_4
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-static {v3, v4}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v3
|
||||
|
||||
xor-int/2addr v3, v1
|
||||
|
||||
if-eqz v3, :cond_3
|
||||
|
||||
return v2
|
||||
|
||||
:cond_4
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public abstract get(I)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 3
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
const-string v1, "c"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
:goto_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
mul-int/lit8 v1, v1, 0x1f
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
invoke-virtual {v2}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v2
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
const/4 v2, 0x0
|
||||
|
||||
:goto_1
|
||||
add-int/2addr v1, v2
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public indexOf(Ljava/lang/Object;)I
|
||||
.locals 3
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-static {v2, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 p1, -0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lkotlin/a/d$b;
|
||||
|
||||
invoke-direct {v0, p0}, Lkotlin/a/d$b;-><init>(Lkotlin/a/d;)V
|
||||
|
||||
check-cast v0, Ljava/util/Iterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public lastIndexOf(Ljava/lang/Object;)I
|
||||
.locals 2
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-interface {p0, v0}, Ljava/util/List;->listIterator(I)Ljava/util/ListIterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {v0}, Ljava/util/ListIterator;->hasPrevious()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/ListIterator;->previous()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-static {v1, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-interface {v0}, Ljava/util/ListIterator;->nextIndex()I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
const/4 p1, -0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public listIterator()Ljava/util/ListIterator;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/ListIterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lkotlin/a/d$c;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, p0, v1}, Lkotlin/a/d$c;-><init>(Lkotlin/a/d;I)V
|
||||
|
||||
check-cast v0, Ljava/util/ListIterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public listIterator(I)Ljava/util/ListIterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Ljava/util/ListIterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lkotlin/a/d$c;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lkotlin/a/d$c;-><init>(Lkotlin/a/d;I)V
|
||||
|
||||
check-cast v0, Ljava/util/ListIterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public remove(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITE;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public subList(II)Ljava/util/List;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(II)",
|
||||
"Ljava/util/List<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lkotlin/a/d$d;
|
||||
|
||||
invoke-direct {v0, p0, p1, p2}, Lkotlin/a/d$d;-><init>(Lkotlin/a/d;II)V
|
||||
|
||||
check-cast v0, Ljava/util/List;
|
||||
|
||||
return-object v0
|
||||
.end method
|
70
com.discord/smali_classes2/kotlin/a/e.smali
Normal file
70
com.discord/smali_classes2/kotlin/a/e.smali
Normal file
|
@ -0,0 +1,70 @@
|
|||
.class public abstract Lkotlin/a/e;
|
||||
.super Ljava/util/AbstractList;
|
||||
.source "AbstractMutableList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/List;
|
||||
.implements Lkotlin/jvm/internal/a/e;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/util/AbstractList<",
|
||||
"TE;>;",
|
||||
"Ljava/util/List<",
|
||||
"TE;>;",
|
||||
"Lkotlin/jvm/internal/a/e;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method protected constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/util/AbstractList;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getSize()I
|
||||
.end method
|
||||
|
||||
.method public final remove(I)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0, p1}, Lkotlin/a/e;->removeAt(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public abstract removeAt(I)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public final size()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/a/e;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
352
com.discord/smali_classes2/kotlin/a/f.smali
Normal file
352
com.discord/smali_classes2/kotlin/a/f.smali
Normal file
|
@ -0,0 +1,352 @@
|
|||
.class public final Lkotlin/a/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Collection;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Collection<",
|
||||
"TT;>;",
|
||||
"Lkotlin/jvm/internal/a/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final bib:[Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"[TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final bic:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>([Ljava/lang/Object;Z)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"([TT;Z)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "values"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/f;->bib:[Ljava/lang/Object;
|
||||
|
||||
iput-boolean p2, p0, Lkotlin/a/f;->bic:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+TT;>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final contains(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/f;->bib:[Ljava/lang/Object;
|
||||
|
||||
const-string v1, "$this$contains"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/a/g;->b([Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
|
||||
move-result p1
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final containsAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Iterable;
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0, v0}, Lkotlin/a/f;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/f;->bib:[Ljava/lang/Object;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/f;->bib:[Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0}, Lkotlin/jvm/internal/b;->p([Ljava/lang/Object;)Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/f;->bib:[Ljava/lang/Object;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final toArray()[Ljava/lang/Object;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/f;->bib:[Ljava/lang/Object;
|
||||
|
||||
iget-boolean v1, p0, Lkotlin/a/f;->bic:Z
|
||||
|
||||
const-string v2, "$this$copyToArrayOfAny"
|
||||
|
||||
invoke-static {v0, v2}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-class v2, [Ljava/lang/Object;
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
array-length v1, v0
|
||||
|
||||
const-class v2, [Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0, v1, v2}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;ILjava/lang/Class;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "java.util.Arrays.copyOf(\u2026 Array<Any?>::class.java)"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/jvm/internal/f;->a(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
62
com.discord/smali_classes2/kotlin/a/k$a.smali
Normal file
62
com.discord/smali_classes2/kotlin/a/k$a.smali
Normal file
|
@ -0,0 +1,62 @@
|
|||
.class public final Lkotlin/a/k$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/a/k;->j([Ljava/lang/Object;)Lkotlin/sequences/Sequence;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic bid:[Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>([Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/k$a;->bid:[Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/k$a;->bid:[Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0}, Lkotlin/jvm/internal/b;->p([Ljava/lang/Object;)Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
62
com.discord/smali_classes2/kotlin/a/v$a.smali
Normal file
62
com.discord/smali_classes2/kotlin/a/v$a.smali
Normal file
|
@ -0,0 +1,62 @@
|
|||
.class public final Lkotlin/a/v$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/a/v;->w(Ljava/lang/Iterable;)Lkotlin/sequences/Sequence;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic bie:Ljava/lang/Iterable;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/Iterable;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/a/v$a;->bie:Ljava/lang/Iterable;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/a/v$a;->bie:Ljava/lang/Iterable;
|
||||
|
||||
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
127
com.discord/smali_classes2/kotlin/a/w.smali
Normal file
127
com.discord/smali_classes2/kotlin/a/w.smali
Normal file
|
@ -0,0 +1,127 @@
|
|||
.class public final Lkotlin/a/w;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/ListIterator;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bif:Lkotlin/a/w;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/a/w;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/a/w;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/a/w;->bif:Lkotlin/a/w;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic add(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final hasNext()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final hasPrevious()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final synthetic next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final nextIndex()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final synthetic previous()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final previousIndex()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, -0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final synthetic set(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
448
com.discord/smali_classes2/kotlin/a/x.smali
Normal file
448
com.discord/smali_classes2/kotlin/a/x.smali
Normal file
|
@ -0,0 +1,448 @@
|
|||
.class public final Lkotlin/a/x;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Ljava/util/List;
|
||||
.implements Ljava/util/RandomAccess;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final big:Lkotlin/a/x;
|
||||
|
||||
.field private static final serialVersionUID:J = -0x6690382f581f9fceL
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/a/x;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/a/x;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/a/x;->big:Lkotlin/a/x;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/x;->big:Lkotlin/a/x;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic add(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final synthetic add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final addAll(ILjava/util/Collection;)Z
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final contains(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public final containsAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/util/List;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/util/List;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/List;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final synthetic get(I)Ljava/lang/Object;
|
||||
.locals 3
|
||||
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v2, "Empty list doesn\'t contain element at index "
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 p1, 0x2e
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final indexOf(Ljava/lang/Object;)I
|
||||
.locals 2
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public final isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/w;->bif:Lkotlin/a/w;
|
||||
|
||||
check-cast v0, Ljava/util/Iterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final lastIndexOf(Ljava/lang/Object;)I
|
||||
.locals 2
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
const/4 v1, -0x1
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public final listIterator()Ljava/util/ListIterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/w;->bif:Lkotlin/a/w;
|
||||
|
||||
check-cast v0, Ljava/util/ListIterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final listIterator(I)Ljava/util/ListIterator;
|
||||
.locals 2
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
sget-object p1, Lkotlin/a/w;->bif:Lkotlin/a/w;
|
||||
|
||||
check-cast p1, Ljava/util/ListIterator;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
invoke-static {p1}, Ljava/lang/String;->valueOf(I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-string v1, "Index: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final synthetic remove(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final synthetic set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final subList(II)Ljava/util/List;
|
||||
.locals 3
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
if-nez p2, :cond_0
|
||||
|
||||
move-object p1, p0
|
||||
|
||||
check-cast p1, Ljava/util/List;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v2, "fromIndex: "
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", toIndex: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final toArray()[Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-static {p0}, Lkotlin/jvm/internal/f;->k(Ljava/util/Collection;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/jvm/internal/f;->a(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "[]"
|
||||
|
||||
return-object v0
|
||||
.end method
|
234
com.discord/smali_classes2/kotlin/a/y.smali
Normal file
234
com.discord/smali_classes2/kotlin/a/y.smali
Normal file
|
@ -0,0 +1,234 @@
|
|||
.class final Lkotlin/a/y;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Maps.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Ljava/util/Map;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bih:Lkotlin/a/y;
|
||||
|
||||
.field private static final serialVersionUID:J = 0x72723771cb044cd2L
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/a/y;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/a/y;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/a/y;->bih:Lkotlin/a/y;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/y;->bih:Lkotlin/a/y;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final containsKey(Ljava/lang/Object;)Z
|
||||
.locals 0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final containsValue(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
const-string v0, "value"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public final bridge entrySet()Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/util/Map$Entry;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lkotlin/a/z;->bii:Lkotlin/a/z;
|
||||
|
||||
check-cast v0, Ljava/util/Set;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/util/Map;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/util/Map;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Map;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final bridge get(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final bridge keySet()Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lkotlin/a/z;->bii:Lkotlin/a/z;
|
||||
|
||||
check-cast v0, Ljava/util/Set;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final synthetic put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final putAll(Ljava/util/Map;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final remove(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "{}"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final bridge values()Ljava/util/Collection;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/x;->big:Lkotlin/a/x;
|
||||
|
||||
check-cast v0, Ljava/util/Collection;
|
||||
|
||||
return-object v0
|
||||
.end method
|
247
com.discord/smali_classes2/kotlin/a/z.smali
Normal file
247
com.discord/smali_classes2/kotlin/a/z.smali
Normal file
|
@ -0,0 +1,247 @@
|
|||
.class public final Lkotlin/a/z;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sets.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Ljava/util/Set;
|
||||
.implements Lkotlin/jvm/internal/a/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bii:Lkotlin/a/z;
|
||||
|
||||
.field private static final serialVersionUID:J = 0x2f46b01576d7e2f4L
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/a/z;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/a/z;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/a/z;->bii:Lkotlin/a/z;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/z;->bii:Lkotlin/a/z;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final contains(Ljava/lang/Object;)Z
|
||||
.locals 2
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public final containsAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/util/Set;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/util/Set;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Set;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/a/w;->bif:Lkotlin/a/w;
|
||||
|
||||
check-cast v0, Ljava/util/Iterator;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final toArray()[Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-static {p0}, Lkotlin/jvm/internal/f;->k(Ljava/util/Collection;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/jvm/internal/f;->a(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "[]"
|
||||
|
||||
return-object v0
|
||||
.end method
|
23
com.discord/smali_classes2/kotlin/b.smali
Normal file
23
com.discord/smali_classes2/kotlin/b.smali
Normal file
|
@ -0,0 +1,23 @@
|
|||
.class public Lkotlin/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Exceptions.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final b(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "$this$addSuppressed"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "exception"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v0, Lkotlin/c/b;->biK:Lkotlin/c/a;
|
||||
|
||||
invoke-virtual {v0, p0, p1}, Lkotlin/c/a;->b(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
||||
|
||||
return-void
|
||||
.end method
|
2
com.discord/smali_classes2/kotlin/b/a.smali
Normal file
2
com.discord/smali_classes2/kotlin/b/a.smali
Normal file
|
@ -0,0 +1,2 @@
|
|||
.class public final Lkotlin/b/a;
|
||||
.super Lkotlin/b/d;
|
96
com.discord/smali_classes2/kotlin/b/b$a.smali
Normal file
96
com.discord/smali_classes2/kotlin/b/b$a.smali
Normal file
|
@ -0,0 +1,96 @@
|
|||
.class public final Lkotlin/b/b$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Comparisons.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Comparator;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/b/b;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Comparator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic bip:[Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>([Lkotlin/jvm/functions/Function1;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/b/b$a;->bip:[Lkotlin/jvm/functions/Function1;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
.locals 6
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;TT;)I"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/b/b$a;->bip:[Lkotlin/jvm/functions/Function1;
|
||||
|
||||
array-length v1, v0
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v3, v1, :cond_1
|
||||
|
||||
aget-object v4, v0, v3
|
||||
|
||||
invoke-interface {v4, p1}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v5
|
||||
|
||||
check-cast v5, Ljava/lang/Comparable;
|
||||
|
||||
invoke-interface {v4, p2}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
check-cast v4, Ljava/lang/Comparable;
|
||||
|
||||
invoke-static {v5, v4}, Lkotlin/b/a;->a(Ljava/lang/Comparable;Ljava/lang/Comparable;)I
|
||||
|
||||
move-result v4
|
||||
|
||||
if-eqz v4, :cond_0
|
||||
|
||||
return v4
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v3, v3, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
return v2
|
||||
.end method
|
78
com.discord/smali_classes2/kotlin/b/b$b.smali
Normal file
78
com.discord/smali_classes2/kotlin/b/b$b.smali
Normal file
|
@ -0,0 +1,78 @@
|
|||
.class public final Lkotlin/b/b$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Comparisons.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Comparator;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/b/b;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Comparator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic $comparator:Ljava/util/Comparator;
|
||||
|
||||
.field final synthetic biq:Ljava/util/Comparator;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/Comparator;Ljava/util/Comparator;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/b/b$b;->biq:Ljava/util/Comparator;
|
||||
|
||||
iput-object p2, p0, Lkotlin/b/b$b;->$comparator:Ljava/util/Comparator;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;TT;)I"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/b/b$b;->biq:Ljava/util/Comparator;
|
||||
|
||||
invoke-interface {v0, p1, p2}, Ljava/util/Comparator;->compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lkotlin/b/b$b;->$comparator:Ljava/util/Comparator;
|
||||
|
||||
invoke-interface {v0, p1, p2}, Ljava/util/Comparator;->compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
43
com.discord/smali_classes2/kotlin/b/b.smali
Normal file
43
com.discord/smali_classes2/kotlin/b/b.smali
Normal file
|
@ -0,0 +1,43 @@
|
|||
.class public Lkotlin/b/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Comparisons.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final a(Ljava/lang/Comparable;Ljava/lang/Comparable;)I
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T::",
|
||||
"Ljava/lang/Comparable<",
|
||||
"*>;>(TT;TT;)I"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-ne p0, p1, :cond_0
|
||||
|
||||
const/4 p0, 0x0
|
||||
|
||||
return p0
|
||||
|
||||
:cond_0
|
||||
if-nez p0, :cond_1
|
||||
|
||||
const/4 p0, -0x1
|
||||
|
||||
return p0
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const/4 p0, 0x1
|
||||
|
||||
return p0
|
||||
|
||||
:cond_2
|
||||
invoke-interface {p0, p1}, Ljava/lang/Comparable;->compareTo(Ljava/lang/Object;)I
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
.end method
|
3
com.discord/smali_classes2/kotlin/b/c.smali
Normal file
3
com.discord/smali_classes2/kotlin/b/c.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class Lkotlin/b/c;
|
||||
.super Lkotlin/b/b;
|
||||
.source "_ComparisonsJvm.kt"
|
3
com.discord/smali_classes2/kotlin/b/d.smali
Normal file
3
com.discord/smali_classes2/kotlin/b/d.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class Lkotlin/b/d;
|
||||
.super Lkotlin/b/c;
|
||||
.source "_Comparisons.kt"
|
131
com.discord/smali_classes2/kotlin/c/a$a.smali
Normal file
131
com.discord/smali_classes2/kotlin/c/a$a.smali
Normal file
|
@ -0,0 +1,131 @@
|
|||
.class final Lkotlin/c/a$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "PlatformImplementations.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/c/a;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final biI:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public static final biJ:Lkotlin/c/a$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 10
|
||||
|
||||
new-instance v0, Lkotlin/c/a$a;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/c/a$a;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/c/a$a;->biJ:Lkotlin/c/a$a;
|
||||
|
||||
const-class v0, Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->getMethods()[Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v2, "throwableClass.methods"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v2, v1
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
:goto_0
|
||||
const/4 v5, 0x0
|
||||
|
||||
if-ge v4, v2, :cond_3
|
||||
|
||||
aget-object v6, v1, v4
|
||||
|
||||
const-string v7, "it"
|
||||
|
||||
invoke-static {v6, v7}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/reflect/Method;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v7
|
||||
|
||||
const-string v8, "addSuppressed"
|
||||
|
||||
invoke-static {v7, v8}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v7
|
||||
|
||||
const/4 v8, 0x1
|
||||
|
||||
if-eqz v7, :cond_1
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/reflect/Method;->getParameterTypes()[Ljava/lang/Class;
|
||||
|
||||
move-result-object v7
|
||||
|
||||
const-string v9, "it.parameterTypes"
|
||||
|
||||
invoke-static {v7, v9}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v9, "$this$singleOrNull"
|
||||
|
||||
invoke-static {v7, v9}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v9, v7
|
||||
|
||||
if-ne v9, v8, :cond_0
|
||||
|
||||
aget-object v5, v7, v3
|
||||
|
||||
:cond_0
|
||||
check-cast v5, Ljava/lang/Class;
|
||||
|
||||
invoke-static {v5, v0}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v5
|
||||
|
||||
if-eqz v5, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 v8, 0x0
|
||||
|
||||
:goto_1
|
||||
if-eqz v8, :cond_2
|
||||
|
||||
move-object v5, v6
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
add-int/lit8 v4, v4, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_3
|
||||
:goto_2
|
||||
sput-object v5, Lkotlin/c/a$a;->biI:Ljava/lang/reflect/Method;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
64
com.discord/smali_classes2/kotlin/c/a.smali
Normal file
64
com.discord/smali_classes2/kotlin/c/a.smali
Normal file
|
@ -0,0 +1,64 @@
|
|||
.class public Lkotlin/c/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "PlatformImplementations.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/c/a$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static DY()Lkotlin/f/c;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/f/b;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/f/b;-><init>()V
|
||||
|
||||
check-cast v0, Lkotlin/f/c;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public b(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
||||
.locals 3
|
||||
|
||||
const-string v0, "cause"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "exception"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v0, Lkotlin/c/a$a;->biI:Ljava/lang/reflect/Method;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
new-array v1, v1, [Ljava/lang/Object;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
aput-object p2, v1, v2
|
||||
|
||||
invoke-virtual {v0, p1, v1}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
29
com.discord/smali_classes2/kotlin/c/a/a.smali
Normal file
29
com.discord/smali_classes2/kotlin/c/a/a.smali
Normal file
|
@ -0,0 +1,29 @@
|
|||
.class public Lkotlin/c/a/a;
|
||||
.super Lkotlin/c/a;
|
||||
.source "JDK7PlatformImplementations.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/c/a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final b(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "cause"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "exception"
|
||||
|
||||
invoke-static {p2, p1}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
501
com.discord/smali_classes2/kotlin/c/b.smali
Normal file
501
com.discord/smali_classes2/kotlin/c/b.smali
Normal file
|
@ -0,0 +1,501 @@
|
|||
.class public final Lkotlin/c/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "PlatformImplementations.kt"
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final biK:Lkotlin/c/a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 11
|
||||
|
||||
invoke-static {}, Lkotlin/c/b;->DZ()I
|
||||
|
||||
move-result v0
|
||||
|
||||
const-string v1, "ClassCastException(\"Inst\u2026baseTypeCL\").initCause(e)"
|
||||
|
||||
const-string v2, ", base type classloader: "
|
||||
|
||||
const-string v3, "Instance classloader: "
|
||||
|
||||
const-string v4, "null cannot be cast to non-null type kotlin.internal.PlatformImplementations"
|
||||
|
||||
const-string v5, "Class.forName(\"kotlin.in\u2026entations\").newInstance()"
|
||||
|
||||
const v6, 0x10008
|
||||
|
||||
if-lt v0, v6, :cond_2
|
||||
|
||||
:try_start_0
|
||||
const-string v6, "kotlin.internal.jdk8.JDK8PlatformImplementations"
|
||||
|
||||
invoke-static {v6}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/Class;->newInstance()Ljava/lang/Object;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-static {v6, v5}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_0 .. :try_end_0} :catch_1
|
||||
|
||||
if-eqz v6, :cond_0
|
||||
|
||||
:try_start_1
|
||||
check-cast v6, Lkotlin/c/a;
|
||||
|
||||
goto/16 :goto_4
|
||||
|
||||
:catch_0
|
||||
move-exception v7
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
new-instance v7, Lkotlin/r;
|
||||
|
||||
invoke-direct {v7, v4}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v7
|
||||
:try_end_1
|
||||
.catch Ljava/lang/ClassCastException; {:try_start_1 .. :try_end_1} :catch_0
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_1 .. :try_end_1} :catch_1
|
||||
|
||||
:goto_0
|
||||
:try_start_2
|
||||
invoke-virtual {v6}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
const-class v8, Lkotlin/c/a;
|
||||
|
||||
invoke-virtual {v8}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v8
|
||||
|
||||
new-instance v9, Ljava/lang/ClassCastException;
|
||||
|
||||
new-instance v10, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v10, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v10, v6}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v10, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v10, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v10}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-direct {v9, v6}, Ljava/lang/ClassCastException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v7, Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v9, v7}, Ljava/lang/ClassCastException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-static {v6, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
throw v6
|
||||
:try_end_2
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_2 .. :try_end_2} :catch_1
|
||||
|
||||
:catch_1
|
||||
:try_start_3
|
||||
const-string v6, "kotlin.internal.JRE8PlatformImplementations"
|
||||
|
||||
invoke-static {v6}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/Class;->newInstance()Ljava/lang/Object;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-static {v6, v5}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
:try_end_3
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_3 .. :try_end_3} :catch_3
|
||||
|
||||
if-eqz v6, :cond_1
|
||||
|
||||
:try_start_4
|
||||
check-cast v6, Lkotlin/c/a;
|
||||
|
||||
goto/16 :goto_4
|
||||
|
||||
:catch_2
|
||||
move-exception v7
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
new-instance v7, Lkotlin/r;
|
||||
|
||||
invoke-direct {v7, v4}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v7
|
||||
:try_end_4
|
||||
.catch Ljava/lang/ClassCastException; {:try_start_4 .. :try_end_4} :catch_2
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_4 .. :try_end_4} :catch_3
|
||||
|
||||
:goto_1
|
||||
:try_start_5
|
||||
invoke-virtual {v6}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
const-class v8, Lkotlin/c/a;
|
||||
|
||||
invoke-virtual {v8}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v8
|
||||
|
||||
new-instance v9, Ljava/lang/ClassCastException;
|
||||
|
||||
new-instance v10, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v10, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v10, v6}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v10, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v10, v8}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v10}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-direct {v9, v6}, Ljava/lang/ClassCastException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v7, Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v9, v7}, Ljava/lang/ClassCastException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
invoke-static {v6, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
throw v6
|
||||
:try_end_5
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_5 .. :try_end_5} :catch_3
|
||||
|
||||
:catch_3
|
||||
:cond_2
|
||||
const v6, 0x10007
|
||||
|
||||
if-lt v0, v6, :cond_5
|
||||
|
||||
:try_start_6
|
||||
const-string v0, "kotlin.c.a.a"
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->newInstance()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, v5}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
:try_end_6
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_6 .. :try_end_6} :catch_5
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
:try_start_7
|
||||
move-object v6, v0
|
||||
|
||||
check-cast v6, Lkotlin/c/a;
|
||||
|
||||
goto/16 :goto_4
|
||||
|
||||
:catch_4
|
||||
move-exception v6
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_3
|
||||
new-instance v6, Lkotlin/r;
|
||||
|
||||
invoke-direct {v6, v4}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v6
|
||||
:try_end_7
|
||||
.catch Ljava/lang/ClassCastException; {:try_start_7 .. :try_end_7} :catch_4
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_7 .. :try_end_7} :catch_5
|
||||
|
||||
:goto_2
|
||||
:try_start_8
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-class v7, Lkotlin/c/a;
|
||||
|
||||
invoke-virtual {v7}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v7
|
||||
|
||||
new-instance v8, Ljava/lang/ClassCastException;
|
||||
|
||||
new-instance v9, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v9, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v9, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v9, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v9, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v9}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {v8, v0}, Ljava/lang/ClassCastException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v6, Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v8, v6}, Ljava/lang/ClassCastException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
:try_end_8
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_8 .. :try_end_8} :catch_5
|
||||
|
||||
:catch_5
|
||||
:try_start_9
|
||||
const-string v0, "kotlin.internal.JRE7PlatformImplementations"
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->newInstance()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, v5}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
:try_end_9
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_9 .. :try_end_9} :catch_7
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
:try_start_a
|
||||
move-object v6, v0
|
||||
|
||||
check-cast v6, Lkotlin/c/a;
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:catch_6
|
||||
move-exception v4
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_4
|
||||
new-instance v5, Lkotlin/r;
|
||||
|
||||
invoke-direct {v5, v4}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v5
|
||||
:try_end_a
|
||||
.catch Ljava/lang/ClassCastException; {:try_start_a .. :try_end_a} :catch_6
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_a .. :try_end_a} :catch_7
|
||||
|
||||
:goto_3
|
||||
:try_start_b
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-class v5, Lkotlin/c/a;
|
||||
|
||||
invoke-virtual {v5}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v5
|
||||
|
||||
new-instance v6, Ljava/lang/ClassCastException;
|
||||
|
||||
new-instance v7, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v7, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v7, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v7, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v7, v5}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v7}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {v6, v0}, Ljava/lang/ClassCastException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v4, Ljava/lang/Throwable;
|
||||
|
||||
invoke-virtual {v6, v4}, Ljava/lang/ClassCastException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
:try_end_b
|
||||
.catch Ljava/lang/ClassNotFoundException; {:try_start_b .. :try_end_b} :catch_7
|
||||
|
||||
:catch_7
|
||||
:cond_5
|
||||
new-instance v6, Lkotlin/c/a;
|
||||
|
||||
invoke-direct {v6}, Lkotlin/c/a;-><init>()V
|
||||
|
||||
:goto_4
|
||||
sput-object v6, Lkotlin/c/b;->biK:Lkotlin/c/a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private static final DZ()I
|
||||
.locals 9
|
||||
|
||||
const-string v0, "java.specification.version"
|
||||
|
||||
invoke-static {v0}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const v1, 0x10006
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return v1
|
||||
|
||||
:cond_0
|
||||
move-object v2, v0
|
||||
|
||||
check-cast v2, Ljava/lang/CharSequence;
|
||||
|
||||
const/4 v3, 0x6
|
||||
|
||||
const/16 v4, 0x2e
|
||||
|
||||
const/4 v5, 0x0
|
||||
|
||||
invoke-static {v2, v4, v5, v5, v3}, Lkotlin/text/l;->a(Ljava/lang/CharSequence;CIZI)I
|
||||
|
||||
move-result v3
|
||||
|
||||
const/high16 v6, 0x10000
|
||||
|
||||
if-gez v3, :cond_1
|
||||
|
||||
:try_start_0
|
||||
invoke-static {v0}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
|
||||
|
||||
move-result v0
|
||||
:try_end_0
|
||||
.catch Ljava/lang/NumberFormatException; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
mul-int v1, v0, v6
|
||||
|
||||
:catch_0
|
||||
return v1
|
||||
|
||||
:cond_1
|
||||
add-int/lit8 v7, v3, 0x1
|
||||
|
||||
const/4 v8, 0x4
|
||||
|
||||
invoke-static {v2, v4, v7, v5, v8}, Lkotlin/text/l;->a(Ljava/lang/CharSequence;CIZI)I
|
||||
|
||||
move-result v2
|
||||
|
||||
if-gez v2, :cond_2
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/String;->length()I
|
||||
|
||||
move-result v2
|
||||
|
||||
:cond_2
|
||||
const-string v4, "null cannot be cast to non-null type java.lang.String"
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
invoke-virtual {v0, v5, v3}, Ljava/lang/String;->substring(II)Ljava/lang/String;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
const-string v5, "(this as java.lang.Strin\u2026ing(startIndex, endIndex)"
|
||||
|
||||
invoke-static {v3, v5}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
invoke-virtual {v0, v7, v2}, Ljava/lang/String;->substring(II)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, v5}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
:try_start_1
|
||||
invoke-static {v3}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
|
||||
|
||||
move-result v2
|
||||
|
||||
mul-int v2, v2, v6
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->parseInt(Ljava/lang/String;)I
|
||||
|
||||
move-result v0
|
||||
:try_end_1
|
||||
.catch Ljava/lang/NumberFormatException; {:try_start_1 .. :try_end_1} :catch_1
|
||||
|
||||
add-int v1, v2, v0
|
||||
|
||||
:catch_1
|
||||
return v1
|
||||
|
||||
:cond_3
|
||||
new-instance v0, Lkotlin/r;
|
||||
|
||||
invoke-direct {v0, v4}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_4
|
||||
new-instance v0, Lkotlin/r;
|
||||
|
||||
invoke-direct {v0, v4}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
|
@ -0,0 +1,22 @@
|
|||
.class public interface abstract Lkotlin/coroutines/Continuation;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Continuation.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
.end method
|
||||
|
||||
.method public abstract resumeWith(Ljava/lang/Object;)V
|
||||
.end method
|
|
@ -0,0 +1,154 @@
|
|||
.class final Lkotlin/coroutines/CoroutineContext$a$a;
|
||||
.super Lkotlin/jvm/internal/l;
|
||||
.source "CoroutineContext.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function2;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/coroutines/CoroutineContext$a;->a(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/internal/l;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"Lkotlin/coroutines/CoroutineContext;",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"Lkotlin/coroutines/CoroutineContext;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final biv:Lkotlin/coroutines/CoroutineContext$a$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/CoroutineContext$a$a;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/coroutines/CoroutineContext$a$a;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/CoroutineContext$a$a;->biv:Lkotlin/coroutines/CoroutineContext$a$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
invoke-direct {p0, v0}, Lkotlin/jvm/internal/l;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 3
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
const-string v0, "acc"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p2}, Lkotlin/coroutines/CoroutineContext$b;->getKey()Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-interface {p1, v0}, Lkotlin/coroutines/CoroutineContext;->minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
move-object p1, p2
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
sget-object v0, Lkotlin/coroutines/c;->bit:Lkotlin/coroutines/c$a;
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
invoke-interface {p1, v0}, Lkotlin/coroutines/CoroutineContext;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/c;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/b;
|
||||
|
||||
invoke-direct {v0, p1, p2}, Lkotlin/coroutines/b;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
|
||||
move-object p1, v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
sget-object v1, Lkotlin/coroutines/c;->bit:Lkotlin/coroutines/c$a;
|
||||
|
||||
check-cast v1, Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
invoke-interface {p1, v1}, Lkotlin/coroutines/CoroutineContext;->minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object v1, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
if-ne p1, v1, :cond_2
|
||||
|
||||
new-instance p1, Lkotlin/coroutines/b;
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-direct {p1, p2, v0}, Lkotlin/coroutines/b;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
new-instance v1, Lkotlin/coroutines/b;
|
||||
|
||||
new-instance v2, Lkotlin/coroutines/b;
|
||||
|
||||
invoke-direct {v2, p1, p2}, Lkotlin/coroutines/b;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
|
||||
check-cast v2, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-direct {v1, v2, v0}, Lkotlin/coroutines/b;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
|
||||
move-object p1, v1
|
||||
|
||||
:goto_0
|
||||
check-cast p1, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p1
|
||||
.end method
|
|
@ -0,0 +1,43 @@
|
|||
.class public final Lkotlin/coroutines/CoroutineContext$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContext.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/CoroutineContext;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static a(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "context"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
sget-object v0, Lkotlin/coroutines/CoroutineContext$a$a;->biv:Lkotlin/coroutines/CoroutineContext$a$a;
|
||||
|
||||
check-cast v0, Lkotlin/jvm/functions/Function2;
|
||||
|
||||
invoke-interface {p1, p0, v0}, Lkotlin/coroutines/CoroutineContext;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p0
|
||||
.end method
|
|
@ -0,0 +1,132 @@
|
|||
.class public final Lkotlin/coroutines/CoroutineContext$b$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContext.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/CoroutineContext$b;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static a(Lkotlin/coroutines/CoroutineContext$b;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"TR;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"-TR;-",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"+TR;>;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "operation"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p2, p1, p0}, Lkotlin/jvm/functions/Function2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static a(Lkotlin/coroutines/CoroutineContext$b;Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"TE;>;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Lkotlin/coroutines/CoroutineContext$b;->getKey()Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
const/4 p0, 0x0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static a(Lkotlin/coroutines/CoroutineContext$b;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "context"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast p0, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/coroutines/CoroutineContext$a;->a(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static b(Lkotlin/coroutines/CoroutineContext$b;Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/CoroutineContext;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-interface {p0}, Lkotlin/coroutines/CoroutineContext$b;->getKey()Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
sget-object p0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
check-cast p0, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
check-cast p0, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p0
|
||||
.end method
|
|
@ -0,0 +1,47 @@
|
|||
.class public interface abstract Lkotlin/coroutines/CoroutineContext$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContext.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/CoroutineContext;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/coroutines/CoroutineContext$b$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"TE;>;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract getKey()Lkotlin/coroutines/CoroutineContext$c;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,23 @@
|
|||
.class public interface abstract Lkotlin/coroutines/CoroutineContext$c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContext.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/CoroutineContext;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x609
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">",
|
||||
"Ljava/lang/Object;"
|
||||
}
|
||||
.end annotation
|
|
@ -0,0 +1,55 @@
|
|||
.class public interface abstract Lkotlin/coroutines/CoroutineContext;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContext.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/coroutines/CoroutineContext$c;,
|
||||
Lkotlin/coroutines/CoroutineContext$b;,
|
||||
Lkotlin/coroutines/CoroutineContext$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(TR;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"-TR;-",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"+TR;>;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"TE;>;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/CoroutineContext;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.end method
|
141
com.discord/smali_classes2/kotlin/coroutines/a.smali
Normal file
141
com.discord/smali_classes2/kotlin/coroutines/a.smali
Normal file
|
@ -0,0 +1,141 @@
|
|||
.class public abstract Lkotlin/coroutines/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final key:Lkotlin/coroutines/CoroutineContext$c;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/CoroutineContext$c;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/a;->key:Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(TR;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"-TR;-",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"+TR;>;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "operation"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0, p1, p2}, Lkotlin/coroutines/CoroutineContext$b$a;->a(Lkotlin/coroutines/CoroutineContext$b;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"TE;>;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/coroutines/CoroutineContext$b$a;->a(Lkotlin/coroutines/CoroutineContext$b;Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public getKey()Lkotlin/coroutines/CoroutineContext$c;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/a;->key:Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/CoroutineContext;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/coroutines/CoroutineContext$b$a;->b(Lkotlin/coroutines/CoroutineContext$b;Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "context"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/coroutines/CoroutineContext$b$a;->a(Lkotlin/coroutines/CoroutineContext$b;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
114
com.discord/smali_classes2/kotlin/coroutines/a/a.smali
Normal file
114
com.discord/smali_classes2/kotlin/coroutines/a/a.smali
Normal file
|
@ -0,0 +1,114 @@
|
|||
.class public final enum Lkotlin/coroutines/a/a;
|
||||
.super Ljava/lang/Enum;
|
||||
.source "Intrinsics.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Enum<",
|
||||
"Lkotlin/coroutines/a/a;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final synthetic biA:[Lkotlin/coroutines/a/a;
|
||||
|
||||
.field public static final enum bix:Lkotlin/coroutines/a/a;
|
||||
|
||||
.field public static final enum biy:Lkotlin/coroutines/a/a;
|
||||
|
||||
.field public static final enum biz:Lkotlin/coroutines/a/a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 4
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
new-array v0, v0, [Lkotlin/coroutines/a/a;
|
||||
|
||||
new-instance v1, Lkotlin/coroutines/a/a;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const-string v3, "COROUTINE_SUSPENDED"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lkotlin/coroutines/a/a;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lkotlin/coroutines/a/a;->bix:Lkotlin/coroutines/a/a;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lkotlin/coroutines/a/a;
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
const-string v3, "UNDECIDED"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lkotlin/coroutines/a/a;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lkotlin/coroutines/a/a;->biy:Lkotlin/coroutines/a/a;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lkotlin/coroutines/a/a;
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
const-string v3, "RESUMED"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lkotlin/coroutines/a/a;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lkotlin/coroutines/a/a;->biz:Lkotlin/coroutines/a/a;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/a/a;->biA:[Lkotlin/coroutines/a/a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>(Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static valueOf(Ljava/lang/String;)Lkotlin/coroutines/a/a;
|
||||
.locals 1
|
||||
|
||||
const-class v0, Lkotlin/coroutines/a/a;
|
||||
|
||||
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Lkotlin/coroutines/a/a;
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static values()[Lkotlin/coroutines/a/a;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/a/a;->biA:[Lkotlin/coroutines/a/a;
|
||||
|
||||
invoke-virtual {v0}, [Lkotlin/coroutines/a/a;->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, [Lkotlin/coroutines/a/a;
|
||||
|
||||
return-object v0
|
||||
.end method
|
2
com.discord/smali_classes2/kotlin/coroutines/a/b.smali
Normal file
2
com.discord/smali_classes2/kotlin/coroutines/a/b.smali
Normal file
|
@ -0,0 +1,2 @@
|
|||
.class public final Lkotlin/coroutines/a/b;
|
||||
.super Lkotlin/coroutines/a/d;
|
109
com.discord/smali_classes2/kotlin/coroutines/a/c$a.smali
Normal file
109
com.discord/smali_classes2/kotlin/coroutines/a/c$a.smali
Normal file
|
@ -0,0 +1,109 @@
|
|||
.class public final Lkotlin/coroutines/a/c$a;
|
||||
.super Lkotlin/coroutines/jvm/internal/g;
|
||||
.source "IntrinsicsJvm.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/coroutines/a/c;->a(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic $completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
.field final synthetic $receiver$inlined:Ljava/lang/Object;
|
||||
|
||||
.field final synthetic $this_createCoroutineUnintercepted$inlined:Lkotlin/jvm/functions/Function2;
|
||||
|
||||
.field private label:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/Continuation;Lkotlin/jvm/functions/Function2;Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/a/c$a;->$completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
iput-object p3, p0, Lkotlin/coroutines/a/c$a;->$this_createCoroutineUnintercepted$inlined:Lkotlin/jvm/functions/Function2;
|
||||
|
||||
iput-object p4, p0, Lkotlin/coroutines/a/c$a;->$receiver$inlined:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0, p2}, Lkotlin/coroutines/jvm/internal/g;-><init>(Lkotlin/coroutines/Continuation;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lkotlin/coroutines/a/c$a;->label:I
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
iput v0, p0, Lkotlin/coroutines/a/c$a;->label:I
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v0, "This coroutine had already completed"
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
iput v1, p0, Lkotlin/coroutines/a/c$a;->label:I
|
||||
|
||||
move-object p1, p0
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/Continuation;
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/a/c$a;->$this_createCoroutineUnintercepted$inlined:Lkotlin/jvm/functions/Function2;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-static {v0}, Lkotlin/jvm/internal/aa;->bj(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lkotlin/jvm/functions/Function2;
|
||||
|
||||
iget-object v1, p0, Lkotlin/coroutines/a/c$a;->$receiver$inlined:Ljava/lang/Object;
|
||||
|
||||
invoke-interface {v0, v1, p1}, Lkotlin/jvm/functions/Function2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Lkotlin/r;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type (R, kotlin.coroutines.Continuation<T>) -> kotlin.Any?"
|
||||
|
||||
invoke-direct {p1, v0}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
113
com.discord/smali_classes2/kotlin/coroutines/a/c$b.smali
Normal file
113
com.discord/smali_classes2/kotlin/coroutines/a/c$b.smali
Normal file
|
@ -0,0 +1,113 @@
|
|||
.class public final Lkotlin/coroutines/a/c$b;
|
||||
.super Lkotlin/coroutines/jvm/internal/c;
|
||||
.source "IntrinsicsJvm.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/coroutines/a/c;->a(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic $completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
.field final synthetic $context:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
.field final synthetic $receiver$inlined:Ljava/lang/Object;
|
||||
|
||||
.field final synthetic $this_createCoroutineUnintercepted$inlined:Lkotlin/jvm/functions/Function2;
|
||||
|
||||
.field private label:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/a/c$b;->$completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
iput-object p2, p0, Lkotlin/coroutines/a/c$b;->$context:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
iput-object p5, p0, Lkotlin/coroutines/a/c$b;->$this_createCoroutineUnintercepted$inlined:Lkotlin/jvm/functions/Function2;
|
||||
|
||||
iput-object p6, p0, Lkotlin/coroutines/a/c$b;->$receiver$inlined:Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0, p3, p4}, Lkotlin/coroutines/jvm/internal/c;-><init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lkotlin/coroutines/a/c$b;->label:I
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
iput v0, p0, Lkotlin/coroutines/a/c$b;->label:I
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v0, "This coroutine had already completed"
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
iput v1, p0, Lkotlin/coroutines/a/c$b;->label:I
|
||||
|
||||
move-object p1, p0
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/Continuation;
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/a/c$b;->$this_createCoroutineUnintercepted$inlined:Lkotlin/jvm/functions/Function2;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-static {v0}, Lkotlin/jvm/internal/aa;->bj(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lkotlin/jvm/functions/Function2;
|
||||
|
||||
iget-object v1, p0, Lkotlin/coroutines/a/c$b;->$receiver$inlined:Ljava/lang/Object;
|
||||
|
||||
invoke-interface {v0, v1, p1}, Lkotlin/jvm/functions/Function2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Lkotlin/r;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type (R, kotlin.coroutines.Continuation<T>) -> kotlin.Any?"
|
||||
|
||||
invoke-direct {p1, v0}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
159
com.discord/smali_classes2/kotlin/coroutines/a/c.smali
Normal file
159
com.discord/smali_classes2/kotlin/coroutines/a/c.smali
Normal file
|
@ -0,0 +1,159 @@
|
|||
.class public Lkotlin/coroutines/a/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "IntrinsicsJvm.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final a(Lkotlin/jvm/functions/Function2;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.locals 8
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
"T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"-TR;-",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-TT;>;+",
|
||||
"Ljava/lang/Object;",
|
||||
">;TR;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-TT;>;)",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$createCoroutineUnintercepted"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "completion"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
instance-of v0, p0, Lkotlin/coroutines/jvm/internal/a;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p0, Lkotlin/coroutines/jvm/internal/a;
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Lkotlin/coroutines/jvm/internal/a;->create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p2}, Lkotlin/coroutines/Continuation;->getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
const-string v1, "null cannot be cast to non-null type kotlin.coroutines.Continuation<kotlin.Any?>"
|
||||
|
||||
if-ne v4, v0, :cond_2
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/a/c$a;
|
||||
|
||||
if-eqz p2, :cond_1
|
||||
|
||||
invoke-direct {v0, p2, p2, p0, p1}, Lkotlin/coroutines/a/c$a;-><init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/Continuation;Lkotlin/jvm/functions/Function2;Ljava/lang/Object;)V
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/Continuation;
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_1
|
||||
new-instance p0, Lkotlin/r;
|
||||
|
||||
invoke-direct {p0, v1}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
|
||||
:cond_2
|
||||
new-instance v7, Lkotlin/coroutines/a/c$b;
|
||||
|
||||
if-eqz p2, :cond_3
|
||||
|
||||
move-object v0, v7
|
||||
|
||||
move-object v1, p2
|
||||
|
||||
move-object v2, v4
|
||||
|
||||
move-object v3, p2
|
||||
|
||||
move-object v5, p0
|
||||
|
||||
move-object v6, p1
|
||||
|
||||
invoke-direct/range {v0 .. v6}, Lkotlin/coroutines/a/c$b;-><init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;Ljava/lang/Object;)V
|
||||
|
||||
check-cast v7, Lkotlin/coroutines/Continuation;
|
||||
|
||||
return-object v7
|
||||
|
||||
:cond_3
|
||||
new-instance p0, Lkotlin/r;
|
||||
|
||||
invoke-direct {p0, v1}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
.end method
|
||||
|
||||
.method public static final c(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-TT;>;)",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$intercepted"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
instance-of v0, p0, Lkotlin/coroutines/jvm/internal/c;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
move-object v0, p0
|
||||
|
||||
:goto_0
|
||||
check-cast v0, Lkotlin/coroutines/jvm/internal/c;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-virtual {v0}, Lkotlin/coroutines/jvm/internal/c;->intercepted()Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
move-object p0, v0
|
||||
|
||||
:cond_2
|
||||
:goto_1
|
||||
return-object p0
|
||||
.end method
|
3
com.discord/smali_classes2/kotlin/coroutines/a/d.smali
Normal file
3
com.discord/smali_classes2/kotlin/coroutines/a/d.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lkotlin/coroutines/a/d;
|
||||
.super Lkotlin/coroutines/a/c;
|
||||
.source "Intrinsics.kt"
|
32
com.discord/smali_classes2/kotlin/coroutines/b$a$a.smali
Normal file
32
com.discord/smali_classes2/kotlin/coroutines/b$a$a.smali
Normal file
|
@ -0,0 +1,32 @@
|
|||
.class public final Lkotlin/coroutines/b$a$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/b$a;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic constructor <init>(B)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/coroutines/b$a$a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
93
com.discord/smali_classes2/kotlin/coroutines/b$a.smali
Normal file
93
com.discord/smali_classes2/kotlin/coroutines/b$a.smali
Normal file
|
@ -0,0 +1,93 @@
|
|||
.class final Lkotlin/coroutines/b$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/b;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/coroutines/b$a$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bir:Lkotlin/coroutines/b$a$a;
|
||||
|
||||
.field private static final serialVersionUID:J
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final elements:[Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/b$a$a;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1}, Lkotlin/coroutines/b$a$a;-><init>(B)V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/b$a;->bir:Lkotlin/coroutines/b$a$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>([Lkotlin/coroutines/CoroutineContext;)V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "elements"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/b$a;->elements:[Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 5
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b$a;->elements:[Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
sget-object v1, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
array-length v2, v0
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v3, v2, :cond_0
|
||||
|
||||
aget-object v4, v0, v3
|
||||
|
||||
check-cast v1, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
invoke-interface {v1, v4}, Lkotlin/coroutines/CoroutineContext;->plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
add-int/lit8 v3, v3, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-object v1
|
||||
.end method
|
119
com.discord/smali_classes2/kotlin/coroutines/b$b.smali
Normal file
119
com.discord/smali_classes2/kotlin/coroutines/b$b.smali
Normal file
|
@ -0,0 +1,119 @@
|
|||
.class final Lkotlin/coroutines/b$b;
|
||||
.super Lkotlin/jvm/internal/l;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function2;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/coroutines/b;->toString()Ljava/lang/String;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/internal/l;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"Ljava/lang/String;",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"Ljava/lang/String;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bis:Lkotlin/coroutines/b$b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/b$b;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/coroutines/b$b;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/b$b;->bis:Lkotlin/coroutines/b$b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x2
|
||||
|
||||
invoke-direct {p0, v0}, Lkotlin/jvm/internal/l;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
check-cast p1, Ljava/lang/String;
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
const-string v0, "acc"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
check-cast v0, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-interface {v0}, Ljava/lang/CharSequence;->length()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_1
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", "
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
86
com.discord/smali_classes2/kotlin/coroutines/b$c.smali
Normal file
86
com.discord/smali_classes2/kotlin/coroutines/b$c.smali
Normal file
|
@ -0,0 +1,86 @@
|
|||
.class final Lkotlin/coroutines/b$c;
|
||||
.super Lkotlin/jvm/internal/l;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function2;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/coroutines/b;->writeReplace()Ljava/lang/Object;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/jvm/internal/l;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"Lkotlin/Unit;",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic $elements:[Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
.field final synthetic $index:Lkotlin/jvm/internal/Ref$IntRef;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>([Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/internal/Ref$IntRef;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/b$c;->$elements:[Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
iput-object p2, p0, Lkotlin/coroutines/b$c;->$index:Lkotlin/jvm/internal/Ref$IntRef;
|
||||
|
||||
const/4 p1, 0x2
|
||||
|
||||
invoke-direct {p0, p1}, Lkotlin/jvm/internal/l;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 3
|
||||
|
||||
check-cast p1, Lkotlin/Unit;
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
const-string v0, "<anonymous parameter 0>"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p1, "element"
|
||||
|
||||
invoke-static {p2, p1}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lkotlin/coroutines/b$c;->$elements:[Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b$c;->$index:Lkotlin/jvm/internal/Ref$IntRef;
|
||||
|
||||
iget v1, v0, Lkotlin/jvm/internal/Ref$IntRef;->element:I
|
||||
|
||||
add-int/lit8 v2, v1, 0x1
|
||||
|
||||
iput v2, v0, Lkotlin/jvm/internal/Ref$IntRef;->element:I
|
||||
|
||||
check-cast p2, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
aput-object p2, p1, v1
|
||||
|
||||
sget-object p1, Lkotlin/Unit;->bhR:Lkotlin/Unit;
|
||||
|
||||
return-object p1
|
||||
.end method
|
456
com.discord/smali_classes2/kotlin/coroutines/b.smali
Normal file
456
com.discord/smali_classes2/kotlin/coroutines/b.smali
Normal file
|
@ -0,0 +1,456 @@
|
|||
.class public final Lkotlin/coroutines/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/coroutines/b$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
.field private final left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "left"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string v0, "element"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
iput-object p2, p0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final a(Lkotlin/coroutines/CoroutineContext$b;)Z
|
||||
.locals 1
|
||||
|
||||
invoke-interface {p1}, Lkotlin/coroutines/CoroutineContext$b;->getKey()Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0, v0}, Lkotlin/coroutines/b;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/jvm/internal/k;->n(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method private final size()I
|
||||
.locals 3
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/b;
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
:goto_0
|
||||
iget-object v0, v0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
instance-of v2, v0, Lkotlin/coroutines/b;
|
||||
|
||||
if-nez v2, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
:cond_0
|
||||
check-cast v0, Lkotlin/coroutines/b;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
return v1
|
||||
|
||||
:cond_1
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
.end method
|
||||
|
||||
.method private final writeReplace()Ljava/lang/Object;
|
||||
.locals 6
|
||||
|
||||
invoke-direct {p0}, Lkotlin/coroutines/b;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
new-array v1, v0, [Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
new-instance v2, Lkotlin/jvm/internal/Ref$IntRef;
|
||||
|
||||
invoke-direct {v2}, Lkotlin/jvm/internal/Ref$IntRef;-><init>()V
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
iput v3, v2, Lkotlin/jvm/internal/Ref$IntRef;->element:I
|
||||
|
||||
sget-object v4, Lkotlin/Unit;->bhR:Lkotlin/Unit;
|
||||
|
||||
new-instance v5, Lkotlin/coroutines/b$c;
|
||||
|
||||
invoke-direct {v5, v1, v2}, Lkotlin/coroutines/b$c;-><init>([Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/internal/Ref$IntRef;)V
|
||||
|
||||
check-cast v5, Lkotlin/jvm/functions/Function2;
|
||||
|
||||
invoke-virtual {p0, v4, v5}, Lkotlin/coroutines/b;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
|
||||
iget v2, v2, Lkotlin/jvm/internal/Ref$IntRef;->element:I
|
||||
|
||||
if-ne v2, v0, :cond_0
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
:cond_0
|
||||
if-eqz v3, :cond_1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/b$a;
|
||||
|
||||
invoke-direct {v0, v1}, Lkotlin/coroutines/b$a;-><init>([Lkotlin/coroutines/CoroutineContext;)V
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_1
|
||||
new-instance v0, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v1, "Check failed."
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final equals(Ljava/lang/Object;)Z
|
||||
.locals 3
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/b;
|
||||
|
||||
if-eq v0, p1, :cond_4
|
||||
|
||||
instance-of v0, p1, Lkotlin/coroutines/b;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/b;
|
||||
|
||||
invoke-direct {p1}, Lkotlin/coroutines/b;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/coroutines/b;->size()I
|
||||
|
||||
move-result v2
|
||||
|
||||
if-ne v0, v2, :cond_3
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
:goto_0
|
||||
iget-object v2, v0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-direct {p1, v2}, Lkotlin/coroutines/b;->a(Lkotlin/coroutines/CoroutineContext$b;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-nez v2, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
iget-object v0, v0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
instance-of v2, v0, Lkotlin/coroutines/b;
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/b;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-direct {p1, v0}, Lkotlin/coroutines/b;->a(Lkotlin/coroutines/CoroutineContext$b;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
:goto_1
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Lkotlin/r;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type kotlin.coroutines.CoroutineContext.Element"
|
||||
|
||||
invoke-direct {p1, v0}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_3
|
||||
return v1
|
||||
|
||||
:cond_4
|
||||
:goto_2
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(TR;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"-TR;-",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"+TR;>;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "operation"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
invoke-interface {v0, p1, p2}, Lkotlin/coroutines/CoroutineContext;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-interface {p2, p1, v0}, Lkotlin/jvm/functions/Function2;->invoke(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"TE;>;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/b;
|
||||
|
||||
:goto_0
|
||||
iget-object v1, v0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-interface {v1, p1}, Lkotlin/coroutines/CoroutineContext$b;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
return-object v1
|
||||
|
||||
:cond_0
|
||||
iget-object v0, v0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
instance-of v1, v0, Lkotlin/coroutines/b;
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/b;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
invoke-interface {v0, p1}, Lkotlin/coroutines/CoroutineContext;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final hashCode()I
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v0
|
||||
|
||||
iget-object v1, p0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
add-int/2addr v0, v1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/CoroutineContext;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-interface {v0, p1}, Lkotlin/coroutines/CoroutineContext$b;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object p1, p0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
invoke-interface {v0, p1}, Lkotlin/coroutines/CoroutineContext;->minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/b;->left:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
move-object p1, p0
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_1
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
if-ne p1, v0, :cond_2
|
||||
|
||||
iget-object p1, p0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_2
|
||||
new-instance v0, Lkotlin/coroutines/b;
|
||||
|
||||
iget-object v1, p0, Lkotlin/coroutines/b;->element:Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
invoke-direct {v0, p1, v1}, Lkotlin/coroutines/b;-><init>(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext$b;)V
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "context"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-static {p0, p1}, Lkotlin/coroutines/CoroutineContext$a;->a(Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 3
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "["
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
sget-object v1, Lkotlin/coroutines/b$b;->bis:Lkotlin/coroutines/b$b;
|
||||
|
||||
check-cast v1, Lkotlin/jvm/functions/Function2;
|
||||
|
||||
const-string v2, ""
|
||||
|
||||
invoke-virtual {p0, v2, v1}, Lkotlin/coroutines/b;->fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Ljava/lang/String;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "]"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
52
com.discord/smali_classes2/kotlin/coroutines/c$a.smali
Normal file
52
com.discord/smali_classes2/kotlin/coroutines/c$a.smali
Normal file
|
@ -0,0 +1,52 @@
|
|||
.class public final Lkotlin/coroutines/c$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ContinuationInterceptor.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"Lkotlin/coroutines/c;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field static final synthetic biu:Lkotlin/coroutines/c$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/c$a;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/coroutines/c$a;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/c$a;->biu:Lkotlin/coroutines/c$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
56
com.discord/smali_classes2/kotlin/coroutines/c.smali
Normal file
56
com.discord/smali_classes2/kotlin/coroutines/c.smali
Normal file
|
@ -0,0 +1,56 @@
|
|||
.class public interface abstract Lkotlin/coroutines/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ContinuationInterceptor.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/coroutines/c$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bit:Lkotlin/coroutines/c$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/c$a;->biu:Lkotlin/coroutines/c$a;
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/c;->bit:Lkotlin/coroutines/c$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"-TT;>;)",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public abstract b(Lkotlin/coroutines/Continuation;)V
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"*>;)V"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
135
com.discord/smali_classes2/kotlin/coroutines/d.smali
Normal file
135
com.discord/smali_classes2/kotlin/coroutines/d.smali
Normal file
|
@ -0,0 +1,135 @@
|
|||
.class public final Lkotlin/coroutines/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineContextImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final biw:Lkotlin/coroutines/d;
|
||||
|
||||
.field private static final serialVersionUID:J
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/d;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/coroutines/d;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final fold(Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">(TR;",
|
||||
"Lkotlin/jvm/functions/Function2<",
|
||||
"-TR;-",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
"+TR;>;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "operation"
|
||||
|
||||
invoke-static {p2, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E::",
|
||||
"Lkotlin/coroutines/CoroutineContext$b;",
|
||||
">(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"TE;>;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final minusKey(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/CoroutineContext$c<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/CoroutineContext;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "key"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object p1, p0
|
||||
|
||||
check-cast p1, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final plus(Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "context"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "EmptyCoroutineContext"
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -0,0 +1,11 @@
|
|||
.class public interface abstract Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
|
||||
.super Ljava/lang/Object;
|
||||
.source "CoroutineStackFrame.kt"
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract getCallerFrame()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
|
||||
.end method
|
||||
|
||||
.method public abstract getStackTraceElement()Ljava/lang/StackTraceElement;
|
||||
.end method
|
|
@ -0,0 +1,487 @@
|
|||
.class public abstract Lkotlin/coroutines/jvm/internal/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ContinuationImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Lkotlin/coroutines/Continuation;
|
||||
.implements Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/io/Serializable;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;",
|
||||
"Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final completion:Lkotlin/coroutines/Continuation;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/jvm/internal/a;->completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public create(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string p1, "completion"
|
||||
|
||||
invoke-static {p2, p1}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "create(Any?;Continuation) has not been overridden"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public create(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"*>;)",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Lkotlin/Unit;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "completion"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "create(Continuation) has not been overridden"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public getCallerFrame()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/jvm/internal/a;->completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
instance-of v1, v0, Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
|
||||
|
||||
if-nez v1, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
:cond_0
|
||||
check-cast v0, Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final getCompletion()Lkotlin/coroutines/Continuation;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/jvm/internal/a;->completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getStackTraceElement()Ljava/lang/StackTraceElement;
|
||||
.locals 8
|
||||
|
||||
const-string v0, "$this$getStackTraceElementImpl"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-class v1, Lkotlin/coroutines/jvm/internal/d;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/Class;->getAnnotation(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/jvm/internal/d;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
return-object v1
|
||||
|
||||
:cond_0
|
||||
invoke-interface {v0}, Lkotlin/coroutines/jvm/internal/d;->DT()I
|
||||
|
||||
move-result v2
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
if-gt v2, v3, :cond_a
|
||||
|
||||
invoke-static {p0}, Lkotlin/coroutines/jvm/internal/e;->a(Lkotlin/coroutines/jvm/internal/a;)I
|
||||
|
||||
move-result v2
|
||||
|
||||
if-gez v2, :cond_1
|
||||
|
||||
const/4 v2, -0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
invoke-interface {v0}, Lkotlin/coroutines/jvm/internal/d;->DV()[I
|
||||
|
||||
move-result-object v3
|
||||
|
||||
aget v2, v3, v2
|
||||
|
||||
:goto_0
|
||||
sget-object v3, Lkotlin/coroutines/jvm/internal/f;->biE:Lkotlin/coroutines/jvm/internal/f;
|
||||
|
||||
const-string v3, "continuation"
|
||||
|
||||
invoke-static {p0, v3}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v3, Lkotlin/coroutines/jvm/internal/f;->biD:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
if-nez v3, :cond_2
|
||||
|
||||
invoke-static {p0}, Lkotlin/coroutines/jvm/internal/f;->b(Lkotlin/coroutines/jvm/internal/a;)Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
:cond_2
|
||||
sget-object v4, Lkotlin/coroutines/jvm/internal/f;->biC:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
if-ne v3, v4, :cond_3
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_3
|
||||
iget-object v4, v3, Lkotlin/coroutines/jvm/internal/f$a;->biF:Ljava/lang/reflect/Method;
|
||||
|
||||
if-eqz v4, :cond_8
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v5
|
||||
|
||||
const/4 v6, 0x0
|
||||
|
||||
new-array v7, v6, [Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v4, v5, v7}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
if-nez v4, :cond_4
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_4
|
||||
iget-object v5, v3, Lkotlin/coroutines/jvm/internal/f$a;->biG:Ljava/lang/reflect/Method;
|
||||
|
||||
if-eqz v5, :cond_8
|
||||
|
||||
new-array v7, v6, [Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v5, v4, v7}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
if-nez v4, :cond_5
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_5
|
||||
iget-object v3, v3, Lkotlin/coroutines/jvm/internal/f$a;->biH:Ljava/lang/reflect/Method;
|
||||
|
||||
if-eqz v3, :cond_6
|
||||
|
||||
new-array v5, v6, [Ljava/lang/Object;
|
||||
|
||||
invoke-virtual {v3, v4, v5}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_6
|
||||
move-object v3, v1
|
||||
|
||||
:goto_1
|
||||
instance-of v4, v3, Ljava/lang/String;
|
||||
|
||||
if-nez v4, :cond_7
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_7
|
||||
move-object v1, v3
|
||||
|
||||
:goto_2
|
||||
check-cast v1, Ljava/lang/String;
|
||||
|
||||
:cond_8
|
||||
:goto_3
|
||||
if-nez v1, :cond_9
|
||||
|
||||
invoke-interface {v0}, Lkotlin/coroutines/jvm/internal/d;->DX()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_9
|
||||
new-instance v3, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v3}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
invoke-virtual {v3, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 v1, 0x2f
|
||||
|
||||
invoke-virtual {v3, v1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-interface {v0}, Lkotlin/coroutines/jvm/internal/d;->DX()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v3, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
:goto_4
|
||||
new-instance v3, Ljava/lang/StackTraceElement;
|
||||
|
||||
invoke-interface {v0}, Lkotlin/coroutines/jvm/internal/d;->DW()Ljava/lang/String;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-interface {v0}, Lkotlin/coroutines/jvm/internal/d;->DU()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {v3, v1, v4, v0, v2}, Ljava/lang/StackTraceElement;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
|
||||
|
||||
return-object v3
|
||||
|
||||
:cond_a
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "Debug metadata version mismatch. Expected: 1"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
const-string v1, ", got "
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, ". Please update the Kotlin standard library."
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
new-instance v1, Ljava/lang/IllegalStateException;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {v1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v1, Ljava/lang/Throwable;
|
||||
|
||||
throw v1
|
||||
.end method
|
||||
|
||||
.method protected abstract invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.end method
|
||||
|
||||
.method protected releaseIntercepted()V
|
||||
.locals 0
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final resumeWith(Ljava/lang/Object;)V
|
||||
.locals 3
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/jvm/internal/a;
|
||||
|
||||
:goto_0
|
||||
move-object v1, v0
|
||||
|
||||
check-cast v1, Lkotlin/coroutines/Continuation;
|
||||
|
||||
const-string v2, "frame"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object v1, v0, Lkotlin/coroutines/jvm/internal/a;->completion:Lkotlin/coroutines/Continuation;
|
||||
|
||||
if-nez v1, :cond_0
|
||||
|
||||
invoke-static {}, Lkotlin/jvm/internal/k;->Ee()V
|
||||
|
||||
:cond_0
|
||||
:try_start_0
|
||||
invoke-virtual {v0, p1}, Lkotlin/coroutines/jvm/internal/a;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object v2, Lkotlin/coroutines/a/a;->bix:Lkotlin/coroutines/a/a;
|
||||
|
||||
if-ne p1, v2, :cond_1
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
sget-object v2, Lkotlin/m;->bhO:Lkotlin/m$a;
|
||||
|
||||
invoke-static {p1}, Lkotlin/m;->aZ(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:catch_0
|
||||
move-exception p1
|
||||
|
||||
sget-object v2, Lkotlin/m;->bhO:Lkotlin/m$a;
|
||||
|
||||
invoke-static {p1}, Lkotlin/n;->o(Ljava/lang/Throwable;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-static {p1}, Lkotlin/m;->aZ(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {v0}, Lkotlin/coroutines/jvm/internal/a;->releaseIntercepted()V
|
||||
|
||||
instance-of v0, v1, Lkotlin/coroutines/jvm/internal/a;
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
move-object v0, v1
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/jvm/internal/a;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
invoke-interface {v1, p1}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v1, "Continuation at "
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/coroutines/jvm/internal/a;->getStackTraceElement()Ljava/lang/StackTraceElement;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
:goto_0
|
||||
check-cast v1, Ljava/io/Serializable;
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -0,0 +1,89 @@
|
|||
.class public final Lkotlin/coroutines/jvm/internal/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "ContinuationImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/coroutines/Continuation;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final biB:Lkotlin/coroutines/jvm/internal/b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/jvm/internal/b;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/coroutines/jvm/internal/b;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/jvm/internal/b;->biB:Lkotlin/coroutines/jvm/internal/b;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v1, "This continuation is already complete"
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/lang/Throwable;
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final resumeWith(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/IllegalStateException;
|
||||
|
||||
const-string v0, "This continuation is already complete"
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "This continuation is already complete"
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -0,0 +1,179 @@
|
|||
.class public abstract Lkotlin/coroutines/jvm/internal/c;
|
||||
.super Lkotlin/coroutines/jvm/internal/a;
|
||||
.source "ContinuationImpl.kt"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final _context:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
.field private transient intercepted:Lkotlin/coroutines/Continuation;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-interface {p1}, Lkotlin/coroutines/Continuation;->getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
invoke-direct {p0, p1, v0}, Lkotlin/coroutines/jvm/internal/c;-><init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;Lkotlin/coroutines/CoroutineContext;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;",
|
||||
"Lkotlin/coroutines/CoroutineContext;",
|
||||
")V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1}, Lkotlin/coroutines/jvm/internal/a;-><init>(Lkotlin/coroutines/Continuation;)V
|
||||
|
||||
iput-object p2, p0, Lkotlin/coroutines/jvm/internal/c;->_context:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/jvm/internal/c;->_context:Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
invoke-static {}, Lkotlin/jvm/internal/k;->Ee()V
|
||||
|
||||
:cond_0
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final intercepted()Lkotlin/coroutines/Continuation;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/jvm/internal/c;->intercepted:Lkotlin/coroutines/Continuation;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/coroutines/jvm/internal/c;->getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sget-object v1, Lkotlin/coroutines/c;->bit:Lkotlin/coroutines/c$a;
|
||||
|
||||
check-cast v1, Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
invoke-interface {v0, v1}, Lkotlin/coroutines/CoroutineContext;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/c;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
move-object v1, p0
|
||||
|
||||
check-cast v1, Lkotlin/coroutines/Continuation;
|
||||
|
||||
invoke-interface {v0, v1}, Lkotlin/coroutines/c;->a(Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/Continuation;
|
||||
|
||||
:goto_0
|
||||
iput-object v0, p0, Lkotlin/coroutines/jvm/internal/c;->intercepted:Lkotlin/coroutines/Continuation;
|
||||
|
||||
:cond_1
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected releaseIntercepted()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lkotlin/coroutines/jvm/internal/c;->intercepted:Lkotlin/coroutines/Continuation;
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
move-object v1, p0
|
||||
|
||||
check-cast v1, Lkotlin/coroutines/jvm/internal/c;
|
||||
|
||||
if-eq v0, v1, :cond_1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/coroutines/jvm/internal/c;->getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
sget-object v2, Lkotlin/coroutines/c;->bit:Lkotlin/coroutines/c$a;
|
||||
|
||||
check-cast v2, Lkotlin/coroutines/CoroutineContext$c;
|
||||
|
||||
invoke-interface {v1, v2}, Lkotlin/coroutines/CoroutineContext;->get(Lkotlin/coroutines/CoroutineContext$c;)Lkotlin/coroutines/CoroutineContext$b;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
if-nez v1, :cond_0
|
||||
|
||||
invoke-static {}, Lkotlin/jvm/internal/k;->Ee()V
|
||||
|
||||
:cond_0
|
||||
check-cast v1, Lkotlin/coroutines/c;
|
||||
|
||||
invoke-interface {v1, v0}, Lkotlin/coroutines/c;->b(Lkotlin/coroutines/Continuation;)V
|
||||
|
||||
:cond_1
|
||||
sget-object v0, Lkotlin/coroutines/jvm/internal/b;->biB:Lkotlin/coroutines/jvm/internal/b;
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/Continuation;
|
||||
|
||||
iput-object v0, p0, Lkotlin/coroutines/jvm/internal/c;->intercepted:Lkotlin/coroutines/Continuation;
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,65 @@
|
|||
.class public final Lkotlin/coroutines/jvm/internal/e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DebugMetadata.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static final a(Lkotlin/coroutines/jvm/internal/a;)I
|
||||
.locals 2
|
||||
|
||||
:try_start_0
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "label"
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/Class;->getDeclaredField(Ljava/lang/String;)Ljava/lang/reflect/Field;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "field"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/lang/reflect/Field;->setAccessible(Z)V
|
||||
|
||||
invoke-virtual {v0, p0}, Ljava/lang/reflect/Field;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
instance-of v0, p0, Ljava/lang/Integer;
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 p0, 0x0
|
||||
|
||||
:cond_0
|
||||
check-cast p0, Ljava/lang/Integer;
|
||||
|
||||
if-eqz p0, :cond_1
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result p0
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 p0, 0x0
|
||||
|
||||
:goto_0
|
||||
sub-int/2addr p0, v1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:catch_0
|
||||
const/4 p0, -0x1
|
||||
|
||||
:goto_1
|
||||
return p0
|
||||
.end method
|
|
@ -0,0 +1,38 @@
|
|||
.class final Lkotlin/coroutines/jvm/internal/f$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DebugMetadata.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/coroutines/jvm/internal/f;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final biF:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public final biG:Ljava/lang/reflect/Method;
|
||||
|
||||
.field public final biH:Ljava/lang/reflect/Method;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/coroutines/jvm/internal/f$a;->biF:Ljava/lang/reflect/Method;
|
||||
|
||||
iput-object p2, p0, Lkotlin/coroutines/jvm/internal/f$a;->biG:Ljava/lang/reflect/Method;
|
||||
|
||||
iput-object p3, p0, Lkotlin/coroutines/jvm/internal/f$a;->biH:Ljava/lang/reflect/Method;
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,127 @@
|
|||
.class final Lkotlin/coroutines/jvm/internal/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DebugMetadata.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/coroutines/jvm/internal/f$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field static final biC:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
.field public static biD:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
.field public static final biE:Lkotlin/coroutines/jvm/internal/f;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/jvm/internal/f;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/coroutines/jvm/internal/f;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/jvm/internal/f;->biE:Lkotlin/coroutines/jvm/internal/f;
|
||||
|
||||
new-instance v0, Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1, v1, v1}, Lkotlin/coroutines/jvm/internal/f$a;-><init>(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
|
||||
|
||||
sput-object v0, Lkotlin/coroutines/jvm/internal/f;->biC:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method static b(Lkotlin/coroutines/jvm/internal/a;)Lkotlin/coroutines/jvm/internal/f$a;
|
||||
.locals 5
|
||||
|
||||
:try_start_0
|
||||
const-class v0, Ljava/lang/Class;
|
||||
|
||||
const-string v1, "getModule"
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
new-array v3, v2, [Ljava/lang/Class;
|
||||
|
||||
invoke-virtual {v0, v1, v3}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v3, "java.lang.Module"
|
||||
|
||||
invoke-virtual {v1, v3}, Ljava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const-string v3, "getDescriptor"
|
||||
|
||||
new-array v4, v2, [Ljava/lang/Class;
|
||||
|
||||
invoke-virtual {v1, v3, v4}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Class;->getClassLoader()Ljava/lang/ClassLoader;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string v3, "java.lang.module.ModuleDescriptor"
|
||||
|
||||
invoke-virtual {p0, v3}, Ljava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
const-string v3, "name"
|
||||
|
||||
new-array v2, v2, [Ljava/lang/Class;
|
||||
|
||||
invoke-virtual {p0, v3, v2}, Ljava/lang/Class;->getDeclaredMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
new-instance v2, Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
invoke-direct {v2, v0, v1, p0}, Lkotlin/coroutines/jvm/internal/f$a;-><init>(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
|
||||
|
||||
sput-object v2, Lkotlin/coroutines/jvm/internal/f;->biD:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-object v2
|
||||
|
||||
:catch_0
|
||||
sget-object p0, Lkotlin/coroutines/jvm/internal/f;->biC:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
sput-object p0, Lkotlin/coroutines/jvm/internal/f;->biD:Lkotlin/coroutines/jvm/internal/f$a;
|
||||
|
||||
return-object p0
|
||||
.end method
|
|
@ -0,0 +1,71 @@
|
|||
.class public abstract Lkotlin/coroutines/jvm/internal/g;
|
||||
.super Lkotlin/coroutines/jvm/internal/a;
|
||||
.source "ContinuationImpl.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lkotlin/coroutines/Continuation;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1}, Lkotlin/coroutines/jvm/internal/a;-><init>(Lkotlin/coroutines/Continuation;)V
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
invoke-interface {p1}, Lkotlin/coroutines/Continuation;->getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
return-void
|
||||
|
||||
:cond_1
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string v0, "Coroutines with restricted suspension must have EmptyCoroutineContext"
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_2
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public getContext()Lkotlin/coroutines/CoroutineContext;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/coroutines/d;->biw:Lkotlin/coroutines/d;
|
||||
|
||||
check-cast v0, Lkotlin/coroutines/CoroutineContext;
|
||||
|
||||
return-object v0
|
||||
.end method
|
|
@ -0,0 +1,92 @@
|
|||
.class public abstract Lkotlin/coroutines/jvm/internal/h;
|
||||
.super Lkotlin/coroutines/jvm/internal/c;
|
||||
.source "ContinuationImpl.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/internal/i;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lkotlin/coroutines/jvm/internal/c;",
|
||||
"Lkotlin/jvm/internal/i<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final arity:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(I)V
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-direct {p0, p1, v0}, Lkotlin/coroutines/jvm/internal/h;-><init>(ILkotlin/coroutines/Continuation;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(ILkotlin/coroutines/Continuation;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I",
|
||||
"Lkotlin/coroutines/Continuation<",
|
||||
"Ljava/lang/Object;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p2}, Lkotlin/coroutines/jvm/internal/c;-><init>(Lkotlin/coroutines/Continuation;)V
|
||||
|
||||
iput p1, p0, Lkotlin/coroutines/jvm/internal/h;->arity:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public getArity()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lkotlin/coroutines/jvm/internal/h;->arity:I
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/coroutines/jvm/internal/h;->getCompletion()Lkotlin/coroutines/Continuation;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
check-cast v0, Lkotlin/jvm/internal/i;
|
||||
|
||||
invoke-static {v0}, Lkotlin/jvm/internal/w;->a(Lkotlin/jvm/internal/i;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "Reflection.renderLambdaToString(this)"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
invoke-super {p0}, Lkotlin/coroutines/jvm/internal/c;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
77
com.discord/smali_classes2/kotlin/d.smali
Normal file
77
com.discord/smali_classes2/kotlin/d.smali
Normal file
|
@ -0,0 +1,77 @@
|
|||
.class public final Lkotlin/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Lazy.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Lkotlin/Lazy;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/io/Serializable;",
|
||||
"Lkotlin/Lazy<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final value:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lkotlin/d;->value:Ljava/lang/Object;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final getValue()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lkotlin/d;->value:Ljava/lang/Object;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/d;->getValue()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-static {v0}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
33
com.discord/smali_classes2/kotlin/d/a.smali
Normal file
33
com.discord/smali_classes2/kotlin/d/a.smali
Normal file
|
@ -0,0 +1,33 @@
|
|||
.class public final Lkotlin/d/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Closeable.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final a(Ljava/io/Closeable;Ljava/lang/Throwable;)V
|
||||
.locals 0
|
||||
|
||||
if-eqz p0, :cond_1
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
invoke-interface {p0}, Ljava/io/Closeable;->close()V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
:try_start_0
|
||||
invoke-interface {p0}, Ljava/io/Closeable;->close()V
|
||||
:try_end_0
|
||||
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_0} :catch_0
|
||||
|
||||
return-void
|
||||
|
||||
:catch_0
|
||||
move-exception p0
|
||||
|
||||
invoke-static {p1, p0}, Lkotlin/a;->b(Ljava/lang/Throwable;Ljava/lang/Throwable;)V
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
.end method
|
2
com.discord/smali_classes2/kotlin/e/a.smali
Normal file
2
com.discord/smali_classes2/kotlin/e/a.smali
Normal file
|
@ -0,0 +1,2 @@
|
|||
.class public final Lkotlin/e/a;
|
||||
.super Lkotlin/e/c;
|
3
com.discord/smali_classes2/kotlin/e/b.smali
Normal file
3
com.discord/smali_classes2/kotlin/e/b.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class Lkotlin/e/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "MathH.kt"
|
32
com.discord/smali_classes2/kotlin/e/c.smali
Normal file
32
com.discord/smali_classes2/kotlin/e/c.smali
Normal file
|
@ -0,0 +1,32 @@
|
|||
.class public Lkotlin/e/c;
|
||||
.super Lkotlin/e/b;
|
||||
.source "MathJVM.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final D(F)I
|
||||
.locals 1
|
||||
|
||||
invoke-static {p0}, Ljava/lang/Float;->isNaN(F)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
invoke-static {p0}, Ljava/lang/Math;->round(F)I
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
|
||||
:cond_0
|
||||
new-instance p0, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string v0, "Cannot round NaN value."
|
||||
|
||||
invoke-direct {p0, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p0, Ljava/lang/Throwable;
|
||||
|
||||
throw p0
|
||||
.end method
|
2
com.discord/smali_classes2/kotlin/f.smali
Normal file
2
com.discord/smali_classes2/kotlin/f.smali
Normal file
|
@ -0,0 +1,2 @@
|
|||
.class public final Lkotlin/f;
|
||||
.super Lkotlin/i;
|
80
com.discord/smali_classes2/kotlin/f/a.smali
Normal file
80
com.discord/smali_classes2/kotlin/f/a.smali
Normal file
|
@ -0,0 +1,80 @@
|
|||
.class public abstract Lkotlin/f/a;
|
||||
.super Lkotlin/f/c;
|
||||
.source "PlatformRandom.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/f/c;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final A([B)[B
|
||||
.locals 1
|
||||
|
||||
const-string v0, "array"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/a;->Ej()Ljava/util/Random;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/util/Random;->nextBytes([B)V
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public abstract Ej()Ljava/util/Random;
|
||||
.end method
|
||||
|
||||
.method public final dm(I)I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/a;->Ej()Ljava/util/Random;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/Random;->nextInt()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/f/d;->W(II)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final nextInt()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/a;->Ej()Ljava/util/Random;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/Random;->nextInt()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final nextLong()J
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/a;->Ej()Ljava/util/Random;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {v0}, Ljava/util/Random;->nextLong()J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
44
com.discord/smali_classes2/kotlin/f/b$a.smali
Normal file
44
com.discord/smali_classes2/kotlin/f/b$a.smali
Normal file
|
@ -0,0 +1,44 @@
|
|||
.class public final Lkotlin/f/b$a;
|
||||
.super Ljava/lang/ThreadLocal;
|
||||
.source "PlatformRandom.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lkotlin/f/b;-><init>()V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/ThreadLocal<",
|
||||
"Ljava/util/Random;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/ThreadLocal;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final synthetic initialValue()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Ljava/util/Random;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/Random;-><init>()V
|
||||
|
||||
return-object v0
|
||||
.end method
|
43
com.discord/smali_classes2/kotlin/f/b.smali
Normal file
43
com.discord/smali_classes2/kotlin/f/b.smali
Normal file
|
@ -0,0 +1,43 @@
|
|||
.class public final Lkotlin/f/b;
|
||||
.super Lkotlin/f/a;
|
||||
.source "PlatformRandom.kt"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final biW:Lkotlin/f/b$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Lkotlin/f/a;-><init>()V
|
||||
|
||||
new-instance v0, Lkotlin/f/b$a;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/f/b$a;-><init>()V
|
||||
|
||||
iput-object v0, p0, Lkotlin/f/b;->biW:Lkotlin/f/b$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final Ej()Ljava/util/Random;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Lkotlin/f/b;->biW:Lkotlin/f/b$a;
|
||||
|
||||
invoke-virtual {v0}, Lkotlin/f/b$a;->get()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "implStorage.get()"
|
||||
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/k;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast v0, Ljava/util/Random;
|
||||
|
||||
return-object v0
|
||||
.end method
|
54
com.discord/smali_classes2/kotlin/f/c$a.smali
Normal file
54
com.discord/smali_classes2/kotlin/f/c$a.smali
Normal file
|
@ -0,0 +1,54 @@
|
|||
.class public final Lkotlin/f/c$a;
|
||||
.super Lkotlin/f/c;
|
||||
.source "Random.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/f/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final bja:Lkotlin/f/c$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lkotlin/f/c$a;
|
||||
|
||||
invoke-direct {v0}, Lkotlin/f/c$a;-><init>()V
|
||||
|
||||
sput-object v0, Lkotlin/f/c$a;->bja:Lkotlin/f/c$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/f/c;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final dm(I)I
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0, p1}, Lkotlin/f/c;->dm(I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
114
com.discord/smali_classes2/kotlin/f/c$b.smali
Normal file
114
com.discord/smali_classes2/kotlin/f/c$b.smali
Normal file
|
@ -0,0 +1,114 @@
|
|||
.class public final Lkotlin/f/c$b;
|
||||
.super Lkotlin/f/c;
|
||||
.source "Random.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lkotlin/f/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/f/c;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic constructor <init>(B)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/f/c$b;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final A([B)[B
|
||||
.locals 1
|
||||
|
||||
const-string v0, "array"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0, p1}, Lkotlin/f/c;->A([B)[B
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final dm(I)I
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0, p1}, Lkotlin/f/c;->dm(I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final dn(I)[B
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0, p1}, Lkotlin/f/c;->dn(I)[B
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final l([BII)[B
|
||||
.locals 1
|
||||
|
||||
const-string v0, "array"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0, p1, p2, p3}, Lkotlin/f/c;->l([BII)[B
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final nextInt()I
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0}, Lkotlin/f/c;->nextInt()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final nextLong()J
|
||||
.locals 2
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
invoke-virtual {v0}, Lkotlin/f/c;->nextLong()J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
return-wide v0
|
||||
.end method
|
346
com.discord/smali_classes2/kotlin/f/c.smali
Normal file
346
com.discord/smali_classes2/kotlin/f/c.smali
Normal file
|
@ -0,0 +1,346 @@
|
|||
.class public abstract Lkotlin/f/c;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Random.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lkotlin/f/c$a;,
|
||||
Lkotlin/f/c$b;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field static final biX:Lkotlin/f/c;
|
||||
|
||||
.field public static final biY:Lkotlin/f/c$a;
|
||||
|
||||
.field public static final biZ:Lkotlin/f/c$b;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lkotlin/f/c$b;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1}, Lkotlin/f/c$b;-><init>(B)V
|
||||
|
||||
sput-object v0, Lkotlin/f/c;->biZ:Lkotlin/f/c$b;
|
||||
|
||||
sget-object v0, Lkotlin/c/b;->biK:Lkotlin/c/a;
|
||||
|
||||
invoke-static {}, Lkotlin/c/a;->DY()Lkotlin/f/c;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sput-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
sget-object v0, Lkotlin/f/c$a;->bja:Lkotlin/f/c$a;
|
||||
|
||||
sput-object v0, Lkotlin/f/c;->biY:Lkotlin/f/c$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static final synthetic Ek()Lkotlin/f/c;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/f/c;->biX:Lkotlin/f/c;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public A([B)[B
|
||||
.locals 2
|
||||
|
||||
const-string v0, "array"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v0, p1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-virtual {p0, p1, v1, v0}, Lkotlin/f/c;->l([BII)[B
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public abstract dm(I)I
|
||||
.end method
|
||||
|
||||
.method public dn(I)[B
|
||||
.locals 0
|
||||
|
||||
new-array p1, p1, [B
|
||||
|
||||
invoke-virtual {p0, p1}, Lkotlin/f/c;->A([B)[B
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public l([BII)[B
|
||||
.locals 6
|
||||
|
||||
const-string v0, "array"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
array-length v0, p1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
if-gez p2, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
if-lt v0, p2, :cond_2
|
||||
|
||||
array-length v0, p1
|
||||
|
||||
if-gez p3, :cond_1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
if-lt v0, p3, :cond_2
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_1
|
||||
const-string v3, "fromIndex ("
|
||||
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
if-gt p2, p3, :cond_3
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_3
|
||||
const/4 v2, 0x0
|
||||
|
||||
:goto_2
|
||||
if-eqz v2, :cond_6
|
||||
|
||||
sub-int v0, p3, p2
|
||||
|
||||
div-int/lit8 v0, v0, 0x4
|
||||
|
||||
move v2, p2
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
:goto_3
|
||||
if-ge p2, v0, :cond_4
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/c;->nextInt()I
|
||||
|
||||
move-result v3
|
||||
|
||||
int-to-byte v4, v3
|
||||
|
||||
aput-byte v4, p1, v2
|
||||
|
||||
add-int/lit8 v4, v2, 0x1
|
||||
|
||||
ushr-int/lit8 v5, v3, 0x8
|
||||
|
||||
int-to-byte v5, v5
|
||||
|
||||
aput-byte v5, p1, v4
|
||||
|
||||
add-int/lit8 v4, v2, 0x2
|
||||
|
||||
ushr-int/lit8 v5, v3, 0x10
|
||||
|
||||
int-to-byte v5, v5
|
||||
|
||||
aput-byte v5, p1, v4
|
||||
|
||||
add-int/lit8 v4, v2, 0x3
|
||||
|
||||
ushr-int/lit8 v3, v3, 0x18
|
||||
|
||||
int-to-byte v3, v3
|
||||
|
||||
aput-byte v3, p1, v4
|
||||
|
||||
add-int/lit8 v2, v2, 0x4
|
||||
|
||||
add-int/lit8 p2, p2, 0x1
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_4
|
||||
sub-int/2addr p3, v2
|
||||
|
||||
mul-int/lit8 p2, p3, 0x8
|
||||
|
||||
invoke-virtual {p0, p2}, Lkotlin/f/c;->dm(I)I
|
||||
|
||||
move-result p2
|
||||
|
||||
:goto_4
|
||||
if-ge v1, p3, :cond_5
|
||||
|
||||
add-int v0, v2, v1
|
||||
|
||||
mul-int/lit8 v3, v1, 0x8
|
||||
|
||||
ushr-int v3, p2, v3
|
||||
|
||||
int-to-byte v3, v3
|
||||
|
||||
aput-byte v3, p1, v0
|
||||
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_5
|
||||
return-object p1
|
||||
|
||||
:cond_6
|
||||
new-instance p1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p1, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p2, ") must be not greater than toIndex ("
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p2, ")."
|
||||
|
||||
invoke-virtual {p1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p2, Ljava/lang/Throwable;
|
||||
|
||||
throw p2
|
||||
|
||||
:cond_7
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0, v3}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p2, ") or toIndex ("
|
||||
|
||||
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p2, ") are out of range: 0.."
|
||||
|
||||
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
array-length p1, p1
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 p1, 0x2e
|
||||
|
||||
invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
new-instance p2, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p2, Ljava/lang/Throwable;
|
||||
|
||||
goto :goto_6
|
||||
|
||||
:goto_5
|
||||
throw p2
|
||||
|
||||
:goto_6
|
||||
goto :goto_5
|
||||
.end method
|
||||
|
||||
.method public nextInt()I
|
||||
.locals 1
|
||||
|
||||
const/16 v0, 0x20
|
||||
|
||||
invoke-virtual {p0, v0}, Lkotlin/f/c;->dm(I)I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public nextLong()J
|
||||
.locals 4
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/c;->nextInt()I
|
||||
|
||||
move-result v0
|
||||
|
||||
int-to-long v0, v0
|
||||
|
||||
const/16 v2, 0x20
|
||||
|
||||
shl-long/2addr v0, v2
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/c;->nextInt()I
|
||||
|
||||
move-result v2
|
||||
|
||||
int-to-long v2, v2
|
||||
|
||||
add-long/2addr v0, v2
|
||||
|
||||
return-wide v0
|
||||
.end method
|
21
com.discord/smali_classes2/kotlin/f/d.smali
Normal file
21
com.discord/smali_classes2/kotlin/f/d.smali
Normal file
|
@ -0,0 +1,21 @@
|
|||
.class public final Lkotlin/f/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Random.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final W(II)I
|
||||
.locals 1
|
||||
|
||||
rsub-int/lit8 v0, p1, 0x20
|
||||
|
||||
ushr-int/2addr p0, v0
|
||||
|
||||
neg-int p1, p1
|
||||
|
||||
shr-int/lit8 p1, p1, 0x1f
|
||||
|
||||
and-int/2addr p0, p1
|
||||
|
||||
return p0
|
||||
.end method
|
188
com.discord/smali_classes2/kotlin/f/e.smali
Normal file
188
com.discord/smali_classes2/kotlin/f/e.smali
Normal file
|
@ -0,0 +1,188 @@
|
|||
.class public final Lkotlin/f/e;
|
||||
.super Lkotlin/f/c;
|
||||
.source "XorWowRandom.kt"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private bjb:I
|
||||
|
||||
.field private v:I
|
||||
|
||||
.field private w:I
|
||||
|
||||
.field private x:I
|
||||
|
||||
.field private y:I
|
||||
|
||||
.field private z:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(II)V
|
||||
.locals 3
|
||||
|
||||
xor-int/lit8 v0, p1, -0x1
|
||||
|
||||
shl-int/lit8 v1, p1, 0xa
|
||||
|
||||
ushr-int/lit8 v2, p2, 0x4
|
||||
|
||||
xor-int/2addr v1, v2
|
||||
|
||||
invoke-direct {p0, p1, p2, v0, v1}, Lkotlin/f/e;-><init>(IIII)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>(IIII)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lkotlin/f/c;-><init>()V
|
||||
|
||||
iput p1, p0, Lkotlin/f/e;->x:I
|
||||
|
||||
iput p2, p0, Lkotlin/f/e;->y:I
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
iput p1, p0, Lkotlin/f/e;->z:I
|
||||
|
||||
iput p1, p0, Lkotlin/f/e;->w:I
|
||||
|
||||
iput p3, p0, Lkotlin/f/e;->v:I
|
||||
|
||||
iput p4, p0, Lkotlin/f/e;->bjb:I
|
||||
|
||||
iget p2, p0, Lkotlin/f/e;->x:I
|
||||
|
||||
iget p3, p0, Lkotlin/f/e;->y:I
|
||||
|
||||
or-int/2addr p2, p3
|
||||
|
||||
iget p3, p0, Lkotlin/f/e;->z:I
|
||||
|
||||
or-int/2addr p2, p3
|
||||
|
||||
iget p3, p0, Lkotlin/f/e;->w:I
|
||||
|
||||
or-int/2addr p2, p3
|
||||
|
||||
iget p3, p0, Lkotlin/f/e;->v:I
|
||||
|
||||
or-int/2addr p2, p3
|
||||
|
||||
if-eqz p2, :cond_0
|
||||
|
||||
const/4 p2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p2, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz p2, :cond_2
|
||||
|
||||
:goto_1
|
||||
const/16 p2, 0x40
|
||||
|
||||
if-ge p1, p2, :cond_1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/e;->nextInt()I
|
||||
|
||||
add-int/lit8 p1, p1, 0x1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
|
||||
:cond_2
|
||||
new-instance p1, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string p2, "Initial state must have at least one non-zero element."
|
||||
|
||||
invoke-virtual {p2}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
check-cast p1, Ljava/lang/Throwable;
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:goto_2
|
||||
throw p1
|
||||
|
||||
:goto_3
|
||||
goto :goto_2
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final dm(I)I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lkotlin/f/e;->nextInt()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0, p1}, Lkotlin/f/d;->W(II)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final nextInt()I
|
||||
.locals 3
|
||||
|
||||
iget v0, p0, Lkotlin/f/e;->x:I
|
||||
|
||||
ushr-int/lit8 v1, v0, 0x2
|
||||
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
iget v1, p0, Lkotlin/f/e;->y:I
|
||||
|
||||
iput v1, p0, Lkotlin/f/e;->x:I
|
||||
|
||||
iget v1, p0, Lkotlin/f/e;->z:I
|
||||
|
||||
iput v1, p0, Lkotlin/f/e;->y:I
|
||||
|
||||
iget v1, p0, Lkotlin/f/e;->w:I
|
||||
|
||||
iput v1, p0, Lkotlin/f/e;->z:I
|
||||
|
||||
iget v1, p0, Lkotlin/f/e;->v:I
|
||||
|
||||
iput v1, p0, Lkotlin/f/e;->w:I
|
||||
|
||||
shl-int/lit8 v2, v0, 0x1
|
||||
|
||||
xor-int/2addr v0, v2
|
||||
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
shl-int/lit8 v1, v1, 0x4
|
||||
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
iput v0, p0, Lkotlin/f/e;->v:I
|
||||
|
||||
iget v1, p0, Lkotlin/f/e;->bjb:I
|
||||
|
||||
const v2, 0x587c5
|
||||
|
||||
add-int/2addr v1, v2
|
||||
|
||||
iput v1, p0, Lkotlin/f/e;->bjb:I
|
||||
|
||||
iget v1, p0, Lkotlin/f/e;->bjb:I
|
||||
|
||||
add-int/2addr v0, v1
|
||||
|
||||
return v0
|
||||
.end method
|
58
com.discord/smali_classes2/kotlin/g.smali
Normal file
58
com.discord/smali_classes2/kotlin/g.smali
Normal file
|
@ -0,0 +1,58 @@
|
|||
.class public final synthetic Lkotlin/g;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final synthetic $EnumSwitchMapping$0:[I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static synthetic constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
invoke-static {}, Lkotlin/j;->values()[Lkotlin/j;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
sput-object v0, Lkotlin/g;->$EnumSwitchMapping$0:[I
|
||||
|
||||
sget-object v1, Lkotlin/j;->bhK:Lkotlin/j;
|
||||
|
||||
invoke-virtual {v1}, Lkotlin/j;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
sget-object v0, Lkotlin/g;->$EnumSwitchMapping$0:[I
|
||||
|
||||
sget-object v1, Lkotlin/j;->bhL:Lkotlin/j;
|
||||
|
||||
invoke-virtual {v1}, Lkotlin/j;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
sget-object v0, Lkotlin/g;->$EnumSwitchMapping$0:[I
|
||||
|
||||
sget-object v1, Lkotlin/j;->bhM:Lkotlin/j;
|
||||
|
||||
invoke-virtual {v1}, Lkotlin/j;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
return-void
|
||||
.end method
|
32
com.discord/smali_classes2/kotlin/h.smali
Normal file
32
com.discord/smali_classes2/kotlin/h.smali
Normal file
|
@ -0,0 +1,32 @@
|
|||
.class public Lkotlin/h;
|
||||
.super Ljava/lang/Object;
|
||||
.source "LazyJVM.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final b(Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/jvm/functions/Function0<",
|
||||
"+TT;>;)",
|
||||
"Lkotlin/Lazy<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "initializer"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
new-instance v0, Lkotlin/p;
|
||||
|
||||
invoke-direct {v0, p0}, Lkotlin/p;-><init>(Lkotlin/jvm/functions/Function0;)V
|
||||
|
||||
check-cast v0, Lkotlin/Lazy;
|
||||
|
||||
return-object v0
|
||||
.end method
|
3
com.discord/smali_classes2/kotlin/i.smali
Normal file
3
com.discord/smali_classes2/kotlin/i.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class Lkotlin/i;
|
||||
.super Lkotlin/h;
|
||||
.source "Lazy.kt"
|
114
com.discord/smali_classes2/kotlin/j.smali
Normal file
114
com.discord/smali_classes2/kotlin/j.smali
Normal file
|
@ -0,0 +1,114 @@
|
|||
.class public final enum Lkotlin/j;
|
||||
.super Ljava/lang/Enum;
|
||||
.source "Lazy.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Enum<",
|
||||
"Lkotlin/j;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final enum bhK:Lkotlin/j;
|
||||
|
||||
.field public static final enum bhL:Lkotlin/j;
|
||||
|
||||
.field public static final enum bhM:Lkotlin/j;
|
||||
|
||||
.field private static final synthetic bhN:[Lkotlin/j;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.locals 4
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
new-array v0, v0, [Lkotlin/j;
|
||||
|
||||
new-instance v1, Lkotlin/j;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const-string v3, "SYNCHRONIZED"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lkotlin/j;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lkotlin/j;->bhK:Lkotlin/j;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lkotlin/j;
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
const-string v3, "PUBLICATION"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lkotlin/j;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lkotlin/j;->bhL:Lkotlin/j;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lkotlin/j;
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
const-string v3, "NONE"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lkotlin/j;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lkotlin/j;->bhM:Lkotlin/j;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
sput-object v0, Lkotlin/j;->bhN:[Lkotlin/j;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>(Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static valueOf(Ljava/lang/String;)Lkotlin/j;
|
||||
.locals 1
|
||||
|
||||
const-class v0, Lkotlin/j;
|
||||
|
||||
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Lkotlin/j;
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static values()[Lkotlin/j;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lkotlin/j;->bhN:[Lkotlin/j;
|
||||
|
||||
invoke-virtual {v0}, [Lkotlin/j;->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, [Lkotlin/j;
|
||||
|
||||
return-object v0
|
||||
.end method
|
248
com.discord/smali_classes2/kotlin/jvm/a.smali
Normal file
248
com.discord/smali_classes2/kotlin/jvm/a.smali
Normal file
|
@ -0,0 +1,248 @@
|
|||
.class public final Lkotlin/jvm/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "JvmClassMapping.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static final b(Lkotlin/reflect/b;)Ljava/lang/Class;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/reflect/b<",
|
||||
"TT;>;)",
|
||||
"Ljava/lang/Class<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$java"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast p0, Lkotlin/jvm/internal/d;
|
||||
|
||||
invoke-interface {p0}, Lkotlin/jvm/internal/d;->Eb()Ljava/lang/Class;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
if-eqz p0, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
new-instance p0, Lkotlin/r;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type java.lang.Class<T>"
|
||||
|
||||
invoke-direct {p0, v0}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
.end method
|
||||
|
||||
.method public static final c(Lkotlin/reflect/b;)Ljava/lang/Class;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">(",
|
||||
"Lkotlin/reflect/b<",
|
||||
"TT;>;)",
|
||||
"Ljava/lang/Class<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const-string v0, "$this$javaObjectType"
|
||||
|
||||
invoke-static {p0, v0}, Lkotlin/jvm/internal/k;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast p0, Lkotlin/jvm/internal/d;
|
||||
|
||||
invoke-interface {p0}, Lkotlin/jvm/internal/d;->Eb()Ljava/lang/Class;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
invoke-virtual {p0}, Ljava/lang/Class;->isPrimitive()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
const-string v1, "null cannot be cast to non-null type java.lang.Class<T>"
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
if-eqz p0, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
new-instance p0, Lkotlin/r;
|
||||
|
||||
invoke-direct {p0, v1}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p0}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
if-nez v0, :cond_2
|
||||
|
||||
goto/16 :goto_0
|
||||
|
||||
:cond_2
|
||||
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
|
||||
|
||||
move-result v2
|
||||
|
||||
sparse-switch v2, :sswitch_data_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_0
|
||||
const-string v2, "short"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Short;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_1
|
||||
const-string v2, "float"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Float;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_2
|
||||
const-string v2, "boolean"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Boolean;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_3
|
||||
const-string v2, "void"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Void;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_4
|
||||
const-string v2, "long"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Long;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_5
|
||||
const-string v2, "char"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Character;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_6
|
||||
const-string v2, "byte"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Byte;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_7
|
||||
const-string v2, "int"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Integer;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:sswitch_8
|
||||
const-string v2, "double"
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const-class p0, Ljava/lang/Double;
|
||||
|
||||
:cond_3
|
||||
:goto_0
|
||||
if-eqz p0, :cond_4
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_4
|
||||
new-instance p0, Lkotlin/r;
|
||||
|
||||
invoke-direct {p0, v1}, Lkotlin/r;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p0
|
||||
|
||||
nop
|
||||
|
||||
:sswitch_data_0
|
||||
.sparse-switch
|
||||
-0x4f08842f -> :sswitch_8
|
||||
0x197ef -> :sswitch_7
|
||||
0x2e6108 -> :sswitch_6
|
||||
0x2e9356 -> :sswitch_5
|
||||
0x32c67c -> :sswitch_4
|
||||
0x375194 -> :sswitch_3
|
||||
0x3db6c28 -> :sswitch_2
|
||||
0x5d0225c -> :sswitch_1
|
||||
0x685847c -> :sswitch_0
|
||||
.end sparse-switch
|
||||
.end method
|
15
com.discord/smali_classes2/kotlin/jvm/b.smali
Normal file
15
com.discord/smali_classes2/kotlin/jvm/b.smali
Normal file
|
@ -0,0 +1,15 @@
|
|||
.class public final Lkotlin/jvm/b;
|
||||
.super Ljava/lang/Error;
|
||||
.source "KotlinReflectionNotSupportedError.kt"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath"
|
||||
|
||||
invoke-direct {p0, v0}, Ljava/lang/Error;-><init>(Ljava/lang/String;)V
|
||||
|
||||
return-void
|
||||
.end method
|
|
@ -0,0 +1,29 @@
|
|||
.class public interface abstract Lkotlin/jvm/functions/Function0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Functions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract invoke()Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,35 @@
|
|||
.class public interface abstract Lkotlin/jvm/functions/Function3;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Functions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<P1:",
|
||||
"Ljava/lang/Object;",
|
||||
"P2:",
|
||||
"Ljava/lang/Object;",
|
||||
"P3:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TP1;TP2;TP3;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,39 @@
|
|||
.class public interface abstract Lkotlin/jvm/functions/Function5;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Functions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<P1:",
|
||||
"Ljava/lang/Object;",
|
||||
"P2:",
|
||||
"Ljava/lang/Object;",
|
||||
"P3:",
|
||||
"Ljava/lang/Object;",
|
||||
"P4:",
|
||||
"Ljava/lang/Object;",
|
||||
"P5:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TP1;TP2;TP3;TP4;TP5;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,41 @@
|
|||
.class public interface abstract Lkotlin/jvm/functions/Function6;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Functions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<P1:",
|
||||
"Ljava/lang/Object;",
|
||||
"P2:",
|
||||
"Ljava/lang/Object;",
|
||||
"P3:",
|
||||
"Ljava/lang/Object;",
|
||||
"P4:",
|
||||
"Ljava/lang/Object;",
|
||||
"P5:",
|
||||
"Ljava/lang/Object;",
|
||||
"P6:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TP1;TP2;TP3;TP4;TP5;TP6;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,43 @@
|
|||
.class public interface abstract Lkotlin/jvm/functions/Function7;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Functions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<P1:",
|
||||
"Ljava/lang/Object;",
|
||||
"P2:",
|
||||
"Ljava/lang/Object;",
|
||||
"P3:",
|
||||
"Ljava/lang/Object;",
|
||||
"P4:",
|
||||
"Ljava/lang/Object;",
|
||||
"P5:",
|
||||
"Ljava/lang/Object;",
|
||||
"P6:",
|
||||
"Ljava/lang/Object;",
|
||||
"P7:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TP1;TP2;TP3;TP4;TP5;TP6;TP7;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
|
@ -0,0 +1,47 @@
|
|||
.class public interface abstract Lkotlin/jvm/functions/Function9;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Functions.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/c;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<P1:",
|
||||
"Ljava/lang/Object;",
|
||||
"P2:",
|
||||
"Ljava/lang/Object;",
|
||||
"P3:",
|
||||
"Ljava/lang/Object;",
|
||||
"P4:",
|
||||
"Ljava/lang/Object;",
|
||||
"P5:",
|
||||
"Ljava/lang/Object;",
|
||||
"P6:",
|
||||
"Ljava/lang/Object;",
|
||||
"P7:",
|
||||
"Ljava/lang/Object;",
|
||||
"P8:",
|
||||
"Ljava/lang/Object;",
|
||||
"P9:",
|
||||
"Ljava/lang/Object;",
|
||||
"R:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/c<",
|
||||
"TR;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract invoke(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TP1;TP2;TP3;TP4;TP5;TP6;TP7;TP8;TP9;)TR;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue