Weather/smali_classes4/okhttp3/Cache$CacheRequestImpl$1.smali
2021-05-10 10:13:34 +02:00

116 lines
2.8 KiB
Smali

.class Lokhttp3/Cache$CacheRequestImpl$1;
.super Lokio/ForwardingSink;
.source "Cache.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lokhttp3/Cache$CacheRequestImpl;-><init>(Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
# instance fields
.field final synthetic a:Lokhttp3/Cache;
.field final synthetic b:Lokhttp3/internal/cache/DiskLruCache$Editor;
.field final synthetic c:Lokhttp3/Cache$CacheRequestImpl;
# direct methods
.method constructor <init>(Lokhttp3/Cache$CacheRequestImpl;Lokio/Sink;Lokhttp3/Cache;Lokhttp3/internal/cache/DiskLruCache$Editor;)V
.locals 0
.line 438
iput-object p1, p0, Lokhttp3/Cache$CacheRequestImpl$1;->c:Lokhttp3/Cache$CacheRequestImpl;
iput-object p3, p0, Lokhttp3/Cache$CacheRequestImpl$1;->a:Lokhttp3/Cache;
iput-object p4, p0, Lokhttp3/Cache$CacheRequestImpl$1;->b:Lokhttp3/internal/cache/DiskLruCache$Editor;
invoke-direct {p0, p2}, Lokio/ForwardingSink;-><init>(Lokio/Sink;)V
return-void
.end method
# virtual methods
.method public close()V
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 440
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl$1;->c:Lokhttp3/Cache$CacheRequestImpl;
iget-object v0, v0, Lokhttp3/Cache$CacheRequestImpl;->b:Lokhttp3/Cache;
monitor-enter v0
.line 441
:try_start_0
iget-object v1, p0, Lokhttp3/Cache$CacheRequestImpl$1;->c:Lokhttp3/Cache$CacheRequestImpl;
iget-boolean v1, v1, Lokhttp3/Cache$CacheRequestImpl;->a:Z
if-eqz v1, :cond_0
.line 442
monitor-exit v0
return-void
.line 444
:cond_0
iget-object v1, p0, Lokhttp3/Cache$CacheRequestImpl$1;->c:Lokhttp3/Cache$CacheRequestImpl;
const/4 v2, 0x1
iput-boolean v2, v1, Lokhttp3/Cache$CacheRequestImpl;->a:Z
.line 445
iget-object v1, p0, Lokhttp3/Cache$CacheRequestImpl$1;->c:Lokhttp3/Cache$CacheRequestImpl;
iget-object v1, v1, Lokhttp3/Cache$CacheRequestImpl;->b:Lokhttp3/Cache;
iget v3, v1, Lokhttp3/Cache;->c:I
add-int/2addr v3, v2
iput v3, v1, Lokhttp3/Cache;->c:I
.line 446
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 447
invoke-super {p0}, Lokio/ForwardingSink;->close()V
.line 448
iget-object v0, p0, Lokhttp3/Cache$CacheRequestImpl$1;->b:Lokhttp3/internal/cache/DiskLruCache$Editor;
invoke-virtual {v0}, Lokhttp3/internal/cache/DiskLruCache$Editor;->b()V
return-void
:catchall_0
move-exception v1
.line 446
:try_start_1
monitor-exit v0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw v1
.end method