You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
3.4 KiB
164 lines
3.4 KiB
2 years ago
|
.class public Lbolts/CancellationTokenRegistration;
|
||
|
.super Ljava/lang/Object;
|
||
|
.source "CancellationTokenRegistration.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Ljava/io/Closeable;
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field private action:Ljava/lang/Runnable;
|
||
|
|
||
|
.field private closed:Z
|
||
|
|
||
|
.field private final lock:Ljava/lang/Object;
|
||
|
|
||
|
.field private tokenSource:Lbolts/CancellationTokenSource;
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method constructor <init>(Lbolts/CancellationTokenSource;Ljava/lang/Runnable;)V
|
||
|
.locals 1
|
||
|
|
||
|
.prologue
|
||
|
.line 26
|
||
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
.line 21
|
||
|
new-instance v0, Ljava/lang/Object;
|
||
|
|
||
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
||
|
|
||
|
iput-object v0, p0, Lbolts/CancellationTokenRegistration;->lock:Ljava/lang/Object;
|
||
|
|
||
|
.line 27
|
||
|
iput-object p1, p0, Lbolts/CancellationTokenRegistration;->tokenSource:Lbolts/CancellationTokenSource;
|
||
|
|
||
|
.line 28
|
||
|
iput-object p2, p0, Lbolts/CancellationTokenRegistration;->action:Ljava/lang/Runnable;
|
||
|
|
||
|
.line 29
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
.method private throwIfClosed()V
|
||
|
.locals 2
|
||
|
|
||
|
.prologue
|
||
|
.line 57
|
||
|
iget-boolean v0, p0, Lbolts/CancellationTokenRegistration;->closed:Z
|
||
|
|
||
|
if-eqz v0, :cond_0
|
||
|
|
||
|
.line 58
|
||
|
new-instance v0, Ljava/lang/IllegalStateException;
|
||
|
|
||
|
const-string v1, "Object already closed"
|
||
|
|
||
|
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
||
|
|
||
|
throw v0
|
||
|
|
||
|
.line 60
|
||
|
:cond_0
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public close()V
|
||
|
.locals 2
|
||
|
|
||
|
.prologue
|
||
|
.line 36
|
||
|
iget-object v1, p0, Lbolts/CancellationTokenRegistration;->lock:Ljava/lang/Object;
|
||
|
|
||
|
monitor-enter v1
|
||
|
|
||
|
.line 37
|
||
|
:try_start_0
|
||
|
iget-boolean v0, p0, Lbolts/CancellationTokenRegistration;->closed:Z
|
||
|
|
||
|
if-eqz v0, :cond_0
|
||
|
|
||
|
.line 38
|
||
|
monitor-exit v1
|
||
|
|
||
|
.line 46
|
||
|
:goto_0
|
||
|
return-void
|
||
|
|
||
|
.line 41
|
||
|
:cond_0
|
||
|
const/4 v0, 0x1
|
||
|
|
||
|
iput-boolean v0, p0, Lbolts/CancellationTokenRegistration;->closed:Z
|
||
|
|
||
|
.line 42
|
||
|
iget-object v0, p0, Lbolts/CancellationTokenRegistration;->tokenSource:Lbolts/CancellationTokenSource;
|
||
|
|
||
|
invoke-virtual {v0, p0}, Lbolts/CancellationTokenSource;->unregister(Lbolts/CancellationTokenRegistration;)V
|
||
|
|
||
|
.line 43
|
||
|
const/4 v0, 0x0
|
||
|
|
||
|
iput-object v0, p0, Lbolts/CancellationTokenRegistration;->tokenSource:Lbolts/CancellationTokenSource;
|
||
|
|
||
|
.line 44
|
||
|
const/4 v0, 0x0
|
||
|
|
||
|
iput-object v0, p0, Lbolts/CancellationTokenRegistration;->action:Ljava/lang/Runnable;
|
||
|
|
||
|
.line 45
|
||
|
monitor-exit v1
|
||
|
|
||
|
goto :goto_0
|
||
|
|
||
|
:catchall_0
|
||
|
move-exception v0
|
||
|
|
||
|
monitor-exit v1
|
||
|
:try_end_0
|
||
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||
|
|
||
|
throw v0
|
||
|
.end method
|
||
|
|
||
|
.method runAction()V
|
||
|
.locals 2
|
||
|
|
||
|
.prologue
|
||
|
.line 49
|
||
|
iget-object v1, p0, Lbolts/CancellationTokenRegistration;->lock:Ljava/lang/Object;
|
||
|
|
||
|
monitor-enter v1
|
||
|
|
||
|
.line 50
|
||
|
:try_start_0
|
||
|
invoke-direct {p0}, Lbolts/CancellationTokenRegistration;->throwIfClosed()V
|
||
|
|
||
|
.line 51
|
||
|
iget-object v0, p0, Lbolts/CancellationTokenRegistration;->action:Ljava/lang/Runnable;
|
||
|
|
||
|
invoke-interface {v0}, Ljava/lang/Runnable;->run()V
|
||
|
|
||
|
.line 52
|
||
|
invoke-virtual {p0}, Lbolts/CancellationTokenRegistration;->close()V
|
||
|
|
||
|
.line 53
|
||
|
monitor-exit v1
|
||
|
|
||
|
.line 54
|
||
|
return-void
|
||
|
|
||
|
.line 53
|
||
|
:catchall_0
|
||
|
move-exception v0
|
||
|
|
||
|
monitor-exit v1
|
||
|
:try_end_0
|
||
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||
|
|
||
|
throw v0
|
||
|
.end method
|