apkfuckery/com.discord/smali_classes2/com/esotericsoftware/kryo/io/UnsafeMemoryOutput.smali

1350 lines
29 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;
.super Lcom/esotericsoftware/kryo/io/ByteBufferOutput;
.source "UnsafeMemoryOutput.java"
# static fields
2019-12-06 03:29:40 +00:00
.field public static final isLittleEndian:Z
2019-07-24 11:27:29 +00:00
# instance fields
2019-12-06 03:29:40 +00:00
.field public bufaddress:J
2019-07-24 11:27:29 +00:00
# direct methods
2019-12-06 03:29:40 +00:00
.method public static constructor <clinit>()V
2019-07-24 11:27:29 +00:00
.locals 2
invoke-static {}, Ljava/nio/ByteOrder;->nativeOrder()Ljava/nio/ByteOrder;
move-result-object v0
sget-object v1, Ljava/nio/ByteOrder;->LITTLE_ENDIAN:Ljava/nio/ByteOrder;
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
sput-boolean v0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->isLittleEndian:Z
return-void
.end method
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;-><init>()V
const/4 v0, 0x0
2019-12-06 03:29:40 +00:00
iput-boolean v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public constructor <init>(I)V
.locals 0
invoke-direct {p0, p1, p1}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;-><init>(II)V
return-void
.end method
.method public constructor <init>(II)V
.locals 0
invoke-direct {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;-><init>(II)V
const/4 p1, 0x0
2019-12-06 03:29:40 +00:00
iput-boolean p1, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->updateBufferAddress()V
return-void
.end method
.method public constructor <init>(JI)V
.locals 0
invoke-direct {p0, p1, p2, p3}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;-><init>(JI)V
const/4 p1, 0x0
2019-12-06 03:29:40 +00:00
iput-boolean p1, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->updateBufferAddress()V
return-void
.end method
.method public constructor <init>(Ljava/io/OutputStream;)V
.locals 0
invoke-direct {p0, p1}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;-><init>(Ljava/io/OutputStream;)V
const/4 p1, 0x0
2019-12-06 03:29:40 +00:00
iput-boolean p1, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->updateBufferAddress()V
return-void
.end method
.method public constructor <init>(Ljava/io/OutputStream;I)V
.locals 0
invoke-direct {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;-><init>(Ljava/io/OutputStream;I)V
const/4 p1, 0x0
2019-12-06 03:29:40 +00:00
iput-boolean p1, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->updateBufferAddress()V
return-void
.end method
.method private updateBufferAddress()V
.locals 2
iget-object v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->niobuffer:Ljava/nio/ByteBuffer;
check-cast v0, Lsun/nio/ch/DirectBuffer;
invoke-interface {v0}, Lsun/nio/ch/DirectBuffer;->address()J
move-result-wide v0
iput-wide v0, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
return-void
.end method
.method private final writeBytes(Ljava/lang/Object;JJJ)V
.locals 17
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
move-object/from16 v0, p0
2019-12-06 03:29:40 +00:00
iget v1, v0, Lcom/esotericsoftware/kryo/io/Output;->capacity:I
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
iget v2, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr v1, v2
move-wide/from16 v2, p6
long-to-int v4, v2
invoke-static {v1, v4}, Ljava/lang/Math;->min(II)I
move-result v1
move-wide v4, v2
move v3, v1
move-wide/from16 v1, p4
:goto_0
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v6
add-long v8, p2, v1
const/4 v10, 0x0
iget-wide v11, v0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v7, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v13, v7
add-long/2addr v11, v13
int-to-long v13, v3
move-object/from16 v7, p1
move-wide v15, v13
invoke-virtual/range {v6 .. v14}, Lsun/misc/Unsafe;->copyMemory(Ljava/lang/Object;JLjava/lang/Object;JJ)V
2019-12-06 03:29:40 +00:00
iget v6, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr v6, v3
2019-12-06 03:29:40 +00:00
iput v6, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-long/2addr v4, v15
const-wide/16 v6, 0x0
cmp-long v3, v4, v6
if-nez v3, :cond_0
return-void
:cond_0
add-long/2addr v1, v15
2019-12-06 03:29:40 +00:00
iget v3, v0, Lcom/esotericsoftware/kryo/io/Output;->capacity:I
2019-07-24 11:27:29 +00:00
long-to-int v6, v4
invoke-static {v3, v6}, Ljava/lang/Math;->min(II)I
move-result v3
2019-12-06 03:29:40 +00:00
invoke-virtual {v0, v3}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
goto :goto_0
.end method
.method private final writeLittleEndianInt(I)V
.locals 1
sget-boolean v0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->isLittleEndian:Z
if-eqz v0, :cond_0
invoke-virtual {p0, p1}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeInt(I)V
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-07-24 11:27:29 +00:00
:cond_0
invoke-static {p1}, Lcom/esotericsoftware/kryo/util/Util;->swapInt(I)I
move-result p1
invoke-virtual {p0, p1}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeInt(I)V
2019-12-06 03:29:40 +00:00
:goto_0
2019-07-24 11:27:29 +00:00
return-void
.end method
.method private final writeLittleEndianLong(J)V
.locals 1
sget-boolean v0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->isLittleEndian:Z
if-eqz v0, :cond_0
invoke-virtual {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLong(J)V
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-07-24 11:27:29 +00:00
:cond_0
invoke-static {p1, p2}, Lcom/esotericsoftware/kryo/util/Util;->swapLong(J)J
move-result-wide p1
invoke-virtual {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLong(J)V
2019-12-06 03:29:40 +00:00
:goto_0
2019-07-24 11:27:29 +00:00
return-void
.end method
# virtual methods
2019-12-06 03:29:40 +00:00
.method public setBuffer(Ljava/nio/ByteBuffer;I)V
2019-07-24 11:27:29 +00:00
.locals 0
invoke-super {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->setBuffer(Ljava/nio/ByteBuffer;I)V
invoke-direct {p0}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->updateBufferAddress()V
return-void
.end method
.method public final writeBoolean(Z)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
iget-object v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->niobuffer:Ljava/nio/ByteBuffer;
2019-12-06 03:29:40 +00:00
iget v1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
invoke-virtual {v0, v1}, Ljava/nio/ByteBuffer;->position(I)Ljava/nio/Buffer;
invoke-super {p0, p1}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->writeBoolean(Z)V
return-void
.end method
2019-12-06 03:29:40 +00:00
.method public writeByte(B)V
2019-07-24 11:27:29 +00:00
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
iget-object v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->niobuffer:Ljava/nio/ByteBuffer;
2019-12-06 03:29:40 +00:00
iget v1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
invoke-virtual {v0, v1}, Ljava/nio/ByteBuffer;->position(I)Ljava/nio/Buffer;
invoke-super {p0, p1}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->writeByte(B)V
return-void
.end method
.method public final writeByte(I)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
iget-object v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->niobuffer:Ljava/nio/ByteBuffer;
2019-12-06 03:29:40 +00:00
iget v1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
invoke-virtual {v0, v1}, Ljava/nio/ByteBuffer;->position(I)Ljava/nio/Buffer;
invoke-super {p0, p1}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->writeByte(I)V
return-void
.end method
.method public final writeBytes(Ljava/lang/Object;JJ)V
.locals 8
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
sget-wide v2, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->byteArrayBaseOffset:J
move-object v0, p0
move-object v1, p1
move-wide v4, p2
move-wide v6, p4
invoke-direct/range {v0 .. v7}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
2019-12-06 03:29:40 +00:00
.method public writeBytes([B)V
2019-07-24 11:27:29 +00:00
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
if-eqz p1, :cond_0
const-wide/16 v2, 0x0
array-length v0, p1
int-to-long v4, v0
move-object v0, p0
move-object v1, p1
invoke-virtual/range {v0 .. v5}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJ)V
return-void
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "bytes cannot be null."
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final writeChar(C)V
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
const/4 v0, 0x2
2019-12-06 03:29:40 +00:00
invoke-virtual {p0, v0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v1
iget-wide v2, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v4, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v4, v4
add-long/2addr v2, v4
invoke-virtual {v1, v2, v3, p1}, Lsun/misc/Unsafe;->putChar(JC)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr p1, v0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeChars([C)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
array-length v0, p1
shl-int/lit8 v0, v0, 0x1
sget-wide v3, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->charArrayBaseOffset:J
int-to-long v7, v0
const-wide/16 v5, 0x0
move-object v1, p0
move-object v2, p1
invoke-direct/range {v1 .. v8}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
.method public final writeDouble(D)V
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
const/16 v0, 0x8
2019-12-06 03:29:40 +00:00
invoke-virtual {p0, v0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v1
iget-wide v2, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v4, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v4, v4
add-long/2addr v2, v4
invoke-virtual {v1, v2, v3, p1, p2}, Lsun/misc/Unsafe;->putDouble(JD)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr p1, v0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeDoubles([D)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
array-length v0, p1
shl-int/lit8 v0, v0, 0x3
sget-wide v3, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->doubleArrayBaseOffset:J
int-to-long v7, v0
const-wide/16 v5, 0x0
move-object v1, p0
move-object v2, p1
invoke-direct/range {v1 .. v8}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
.method public final writeFloat(F)V
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
const/4 v0, 0x4
2019-12-06 03:29:40 +00:00
invoke-virtual {p0, v0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v1
iget-wide v2, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v4, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v4, v4
add-long/2addr v2, v4
invoke-virtual {v1, v2, v3, p1}, Lsun/misc/Unsafe;->putFloat(JF)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr p1, v0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeFloats([F)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
array-length v0, p1
shl-int/lit8 v0, v0, 0x2
sget-wide v3, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->floatArrayBaseOffset:J
int-to-long v7, v0
const-wide/16 v5, 0x0
move-object v1, p0
move-object v2, p1
invoke-direct/range {v1 .. v8}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
.method public final writeInt(IZ)I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
2019-12-06 03:29:40 +00:00
iget-boolean v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
if-nez v0, :cond_0
invoke-virtual {p0, p1}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeInt(I)V
const/4 p1, 0x4
return p1
:cond_0
invoke-virtual {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeVarInt(IZ)I
move-result p1
return p1
.end method
.method public final writeInt(I)V
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
const/4 v0, 0x4
2019-12-06 03:29:40 +00:00
invoke-virtual {p0, v0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v1
iget-wide v2, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v4, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v4, v4
add-long/2addr v2, v4
invoke-virtual {v1, v2, v3, p1}, Lsun/misc/Unsafe;->putInt(JI)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr p1, v0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeInts([I)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
array-length v0, p1
shl-int/lit8 v0, v0, 0x2
sget-wide v3, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->intArrayBaseOffset:J
int-to-long v7, v0
const-wide/16 v5, 0x0
move-object v1, p0
move-object v2, p1
invoke-direct/range {v1 .. v8}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
.method public final writeInts([IZ)V
.locals 8
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
2019-12-06 03:29:40 +00:00
iget-boolean v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
if-nez v0, :cond_0
array-length p2, p1
shl-int/lit8 p2, p2, 0x2
sget-wide v2, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->intArrayBaseOffset:J
const-wide/16 v4, 0x0
int-to-long v6, p2
move-object v0, p0
move-object v1, p1
invoke-direct/range {v0 .. v7}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-07-24 11:27:29 +00:00
:cond_0
2019-12-06 03:29:40 +00:00
invoke-super {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/Output;->writeInts([IZ)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
:goto_0
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeLong(JZ)I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
2019-12-06 03:29:40 +00:00
iget-boolean v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
if-nez v0, :cond_0
invoke-virtual {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLong(J)V
const/16 p1, 0x8
return p1
:cond_0
invoke-virtual {p0, p1, p2, p3}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeVarLong(JZ)I
move-result p1
return p1
.end method
.method public final writeLong(J)V
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
const/16 v0, 0x8
2019-12-06 03:29:40 +00:00
invoke-virtual {p0, v0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v1
iget-wide v2, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v4, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v4, v4
add-long/2addr v2, v4
invoke-virtual {v1, v2, v3, p1, p2}, Lsun/misc/Unsafe;->putLong(JJ)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr p1, v0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeLongs([J)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
array-length v0, p1
shl-int/lit8 v0, v0, 0x3
sget-wide v3, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->longArrayBaseOffset:J
int-to-long v7, v0
const-wide/16 v5, 0x0
move-object v1, p0
move-object v2, p1
invoke-direct/range {v1 .. v8}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
.method public final writeLongs([JZ)V
.locals 8
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
2019-12-06 03:29:40 +00:00
iget-boolean v0, p0, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->varIntsEnabled:Z
2019-07-24 11:27:29 +00:00
if-nez v0, :cond_0
array-length p2, p1
shl-int/lit8 p2, p2, 0x3
sget-wide v2, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->longArrayBaseOffset:J
const-wide/16 v4, 0x0
int-to-long v6, p2
move-object v0, p0
move-object v1, p1
invoke-direct/range {v0 .. v7}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-07-24 11:27:29 +00:00
:cond_0
2019-12-06 03:29:40 +00:00
invoke-super {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/Output;->writeLongs([JZ)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
:goto_0
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeShort(I)V
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
const/4 v0, 0x2
2019-12-06 03:29:40 +00:00
invoke-virtual {p0, v0}, Lcom/esotericsoftware/kryo/io/ByteBufferOutput;->require(I)Z
2019-07-24 11:27:29 +00:00
invoke-static {}, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->unsafe()Lsun/misc/Unsafe;
move-result-object v1
iget-wide v2, p0, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->bufaddress:J
2019-12-06 03:29:40 +00:00
iget v4, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
int-to-long v4, v4
add-long/2addr v2, v4
int-to-short p1, p1
invoke-virtual {v1, v2, v3, p1}, Lsun/misc/Unsafe;->putShort(JS)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/2addr p1, v0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return-void
.end method
.method public final writeShorts([S)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
array-length v0, p1
shl-int/lit8 v0, v0, 0x1
sget-wide v3, Lcom/esotericsoftware/kryo/util/UnsafeUtil;->shortArrayBaseOffset:J
int-to-long v7, v0
const-wide/16 v5, 0x0
move-object v1, p0
move-object v2, p1
invoke-direct/range {v1 .. v8}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeBytes(Ljava/lang/Object;JJJ)V
return-void
.end method
.method public final writeVarInt(IZ)I
.locals 11
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
int-to-long v0, p1
const/4 p1, 0x1
if-nez p2, :cond_0
shl-long v2, v0, p1
const/16 p2, 0x1f
shr-long/2addr v0, p2
xor-long/2addr v0, v2
:cond_0
const-wide/16 v2, 0x7f
and-long v4, v0, v2
const/4 p2, 0x7
ushr-long/2addr v0, p2
const-wide/16 v6, 0x0
cmp-long v8, v0, v6
if-nez v8, :cond_1
long-to-int p2, v4
int-to-byte p2, p2
invoke-virtual {p0, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeByte(B)V
return p1
:cond_1
const-wide/16 v8, 0x80
or-long/2addr v4, v8
and-long v8, v0, v2
const/16 v10, 0x8
shl-long/2addr v8, v10
or-long/2addr v4, v8
ushr-long/2addr v0, p2
cmp-long v8, v0, v6
if-nez v8, :cond_2
long-to-int p1, v4
invoke-direct {p0, p1}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianInt(I)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
const/4 p2, 0x2
sub-int/2addr p1, p2
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return p2
:cond_2
const-wide/32 v8, 0x8000
or-long/2addr v4, v8
and-long v8, v0, v2
const/16 v10, 0x10
shl-long/2addr v8, v10
or-long/2addr v4, v8
ushr-long/2addr v0, p2
const/4 v8, 0x3
cmp-long v9, v0, v6
if-nez v9, :cond_3
long-to-int p2, v4
invoke-direct {p0, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianInt(I)V
2019-12-06 03:29:40 +00:00
iget p2, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr p2, p1
2019-12-06 03:29:40 +00:00
iput p2, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return v8
:cond_3
const-wide/32 v9, 0x800000
or-long/2addr v4, v9
and-long v9, v0, v2
const/16 p1, 0x18
shl-long/2addr v9, p1
or-long/2addr v4, v9
ushr-long p1, v0, p2
cmp-long v0, p1, v6
if-nez v0, :cond_4
long-to-int p1, v4
invoke-direct {p0, p1}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianInt(I)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/lit8 p1, p1, 0x0
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
const/4 p1, 0x4
return p1
:cond_4
const-wide v0, 0x80000000L
or-long/2addr v0, v4
and-long/2addr p1, v2
const/16 v2, 0x20
shl-long/2addr p1, v2
or-long/2addr p1, v0
const-wide v0, 0xfffffffffL
and-long/2addr p1, v0
invoke-direct {p0, p1, p2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianLong(J)V
2019-12-06 03:29:40 +00:00
iget p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr p1, v8
2019-12-06 03:29:40 +00:00
iput p1, p0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
const/4 p1, 0x5
return p1
.end method
.method public final writeVarLong(JZ)I
.locals 17
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/esotericsoftware/kryo/KryoException;
}
.end annotation
move-object/from16 v0, p0
const/4 v1, 0x1
if-nez p3, :cond_0
shl-long v2, p1, v1
const/16 v4, 0x3f
shr-long v4, p1, v4
xor-long/2addr v2, v4
goto :goto_0
:cond_0
move-wide/from16 v2, p1
:goto_0
const-wide/16 v4, 0x7f
and-long v6, v2, v4
long-to-int v7, v6
const/4 v6, 0x7
ushr-long/2addr v2, v6
const-wide/16 v8, 0x0
cmp-long v10, v2, v8
if-nez v10, :cond_1
invoke-virtual {v0, v7}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeByte(I)V
return v1
:cond_1
or-int/lit16 v7, v7, 0x80
int-to-long v10, v7
and-long v12, v2, v4
const/16 v7, 0x8
shl-long/2addr v12, v7
or-long/2addr v10, v12
long-to-int v11, v10
ushr-long/2addr v2, v6
const/4 v10, 0x2
cmp-long v12, v2, v8
if-nez v12, :cond_2
invoke-direct {v0, v11}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianInt(I)V
2019-12-06 03:29:40 +00:00
iget v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr v1, v10
2019-12-06 03:29:40 +00:00
iput v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return v10
:cond_2
const v12, 0x8000
or-int/2addr v11, v12
int-to-long v11, v11
and-long v13, v2, v4
const/16 v15, 0x10
shl-long/2addr v13, v15
or-long/2addr v11, v13
long-to-int v12, v11
ushr-long/2addr v2, v6
const/4 v11, 0x3
cmp-long v13, v2, v8
if-nez v13, :cond_3
invoke-direct {v0, v12}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianInt(I)V
2019-12-06 03:29:40 +00:00
iget v2, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr v2, v1
2019-12-06 03:29:40 +00:00
iput v2, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return v11
:cond_3
const/high16 v13, 0x800000
or-int/2addr v12, v13
int-to-long v12, v12
and-long v14, v2, v4
const/16 v16, 0x18
shl-long v14, v14, v16
or-long/2addr v12, v14
long-to-int v13, v12
ushr-long/2addr v2, v6
cmp-long v12, v2, v8
if-nez v12, :cond_4
invoke-direct {v0, v13}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianInt(I)V
2019-12-06 03:29:40 +00:00
iget v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
add-int/lit8 v1, v1, 0x0
2019-12-06 03:29:40 +00:00
iput v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
const/4 v1, 0x4
return v1
:cond_4
int-to-long v12, v13
const-wide v14, 0x80000000L
or-long/2addr v12, v14
long-to-int v13, v12
int-to-long v12, v13
const-wide v14, 0xffffffffL
and-long/2addr v12, v14
and-long v14, v2, v4
const/16 v16, 0x20
shl-long v14, v14, v16
or-long/2addr v12, v14
ushr-long/2addr v2, v6
cmp-long v14, v2, v8
if-nez v14, :cond_5
invoke-direct {v0, v12, v13}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianLong(J)V
2019-12-06 03:29:40 +00:00
iget v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr v1, v11
2019-12-06 03:29:40 +00:00
iput v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
const/4 v1, 0x5
return v1
:cond_5
const-wide v14, 0x8000000000L
2019-11-20 22:09:14 +00:00
or-long v11, v12, v14
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
and-long v13, v2, v4
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
const/16 v15, 0x28
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
shl-long/2addr v13, v15
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
or-long/2addr v11, v13
2019-07-24 11:27:29 +00:00
ushr-long/2addr v2, v6
2019-11-20 22:09:14 +00:00
cmp-long v13, v2, v8
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
if-nez v13, :cond_6
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
invoke-direct {v0, v11, v12}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianLong(J)V
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
iget v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr v1, v10
2019-12-06 03:29:40 +00:00
iput v1, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
const/4 v1, 0x6
return v1
:cond_6
2019-11-20 22:09:14 +00:00
const-wide v13, 0x800000000000L
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
or-long v10, v11, v13
2019-07-24 11:27:29 +00:00
and-long v12, v2, v4
const/16 v14, 0x30
shl-long/2addr v12, v14
or-long/2addr v10, v12
ushr-long/2addr v2, v6
cmp-long v12, v2, v8
if-nez v12, :cond_7
invoke-direct {v0, v10, v11}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianLong(J)V
2019-12-06 03:29:40 +00:00
iget v2, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
sub-int/2addr v2, v1
2019-12-06 03:29:40 +00:00
iput v2, v0, Lcom/esotericsoftware/kryo/io/Output;->position:I
2019-07-24 11:27:29 +00:00
return v6
:cond_7
const-wide/high16 v12, 0x80000000000000L
or-long/2addr v10, v12
and-long/2addr v4, v2
const/16 v1, 0x38
shl-long/2addr v4, v1
or-long/2addr v4, v10
ushr-long v1, v2, v6
cmp-long v3, v1, v8
if-nez v3, :cond_8
invoke-direct {v0, v4, v5}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianLong(J)V
return v7
:cond_8
const-wide/high16 v6, -0x8000000000000000L
2019-11-20 22:09:14 +00:00
or-long v3, v4, v6
2019-07-24 11:27:29 +00:00
2019-11-20 22:09:14 +00:00
invoke-direct {v0, v3, v4}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeLittleEndianLong(J)V
2019-07-24 11:27:29 +00:00
const-wide/16 v3, 0xff
and-long/2addr v1, v3
long-to-int v2, v1
invoke-virtual {v0, v2}, Lcom/esotericsoftware/kryo/io/UnsafeMemoryOutput;->writeByte(I)V
const/16 v1, 0x9
return v1
.end method