.class final Lorg/greenrobot/eventbus/PendingPostQueue; .super Ljava/lang/Object; .source "PendingPostQueue.java" # instance fields .field private head:Lorg/greenrobot/eventbus/PendingPost; .field private tail:Lorg/greenrobot/eventbus/PendingPost; # direct methods .method constructor ()V .registers 1 .line 19 invoke-direct {p0}, Ljava/lang/Object;->()V return-void .end method # virtual methods .method declared-synchronized enqueue(Lorg/greenrobot/eventbus/PendingPost;)V .registers 3 monitor-enter p0 if-eqz p1, :cond_23 .line 27 :try_start_3 iget-object v0, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->tail:Lorg/greenrobot/eventbus/PendingPost; if-eqz v0, :cond_c .line 28 iput-object p1, v0, Lorg/greenrobot/eventbus/PendingPost;->next:Lorg/greenrobot/eventbus/PendingPost; .line 29 iput-object p1, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->tail:Lorg/greenrobot/eventbus/PendingPost; goto :goto_14 .line 30 :cond_c iget-object v0, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->head:Lorg/greenrobot/eventbus/PendingPost; if-nez v0, :cond_19 .line 31 iput-object p1, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->tail:Lorg/greenrobot/eventbus/PendingPost; iput-object p1, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->head:Lorg/greenrobot/eventbus/PendingPost; .line 35 :goto_14 invoke-virtual {p0}, Ljava/lang/Object;->notifyAll()V :try_end_17 .catchall {:try_start_3 .. :try_end_17} :catchall_21 .line 36 monitor-exit p0 return-void .line 33 :cond_19 :try_start_19 new-instance p1, Ljava/lang/IllegalStateException; const-string v0, "Head present, but no tail" invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;->(Ljava/lang/String;)V throw p1 :catchall_21 move-exception p1 goto :goto_2b .line 25 :cond_23 new-instance p1, Ljava/lang/NullPointerException; const-string v0, "null cannot be enqueued" invoke-direct {p1, v0}, Ljava/lang/NullPointerException;->(Ljava/lang/String;)V throw p1 :goto_2b monitor-exit p0 :try_end_2c .catchall {:try_start_19 .. :try_end_2c} :catchall_21 throw p1 .end method .method declared-synchronized poll()Lorg/greenrobot/eventbus/PendingPost; .registers 3 monitor-enter p0 .line 39 :try_start_1 iget-object v0, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->head:Lorg/greenrobot/eventbus/PendingPost; if-eqz v0, :cond_e .line 41 iget-object v1, v0, Lorg/greenrobot/eventbus/PendingPost;->next:Lorg/greenrobot/eventbus/PendingPost; iput-object v1, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->head:Lorg/greenrobot/eventbus/PendingPost; if-nez v1, :cond_e const/4 v1, 0x0 .line 43 iput-object v1, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->tail:Lorg/greenrobot/eventbus/PendingPost; :try_end_e .catchall {:try_start_1 .. :try_end_e} :catchall_10 .line 46 :cond_e monitor-exit p0 return-object v0 :catchall_10 move-exception v0 :try_start_11 monitor-exit p0 :try_end_12 .catchall {:try_start_11 .. :try_end_12} :catchall_10 throw v0 .end method .method declared-synchronized poll(I)Lorg/greenrobot/eventbus/PendingPost; .registers 4 .annotation system Ldalvik/annotation/Throws; value = { Ljava/lang/InterruptedException; } .end annotation monitor-enter p0 .line 50 :try_start_1 iget-object v0, p0, Lorg/greenrobot/eventbus/PendingPostQueue;->head:Lorg/greenrobot/eventbus/PendingPost; if-nez v0, :cond_9 int-to-long v0, p1 .line 51 invoke-virtual {p0, v0, v1}, Ljava/lang/Object;->wait(J)V .line 53 :cond_9 invoke-virtual {p0}, Lorg/greenrobot/eventbus/PendingPostQueue;->poll()Lorg/greenrobot/eventbus/PendingPost; move-result-object p1 :try_end_d .catchall {:try_start_1 .. :try_end_d} :catchall_f monitor-exit p0 return-object p1 :catchall_f move-exception p1 :try_start_10 monitor-exit p0 :try_end_11 .catchall {:try_start_10 .. :try_end_11} :catchall_f throw p1 .end method