public class io.vertx.core.streams.impl.InboundBuffer extends java.lang.Object
{
public static final java.lang.Object END_SENTINEL;
private final io.vertx.core.impl.ContextInternal context;
private java.util.ArrayDeque pending;
private final long highWaterMark;
private long demand;
private io.vertx.core.Handler handler;
private boolean overflow;
private io.vertx.core.Handler drainHandler;
private io.vertx.core.Handler emptyHandler;
private io.vertx.core.Handler exceptionHandler;
private boolean emitting;
static final boolean $assertionsDisabled;
public void <init>(io.vertx.core.Context)
{
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.Context v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Context;
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void <init>(io.vertx.core.Context,long)>(v, 16L);
return;
}
public void <init>(io.vertx.core.Context, long)
{
io.vertx.core.streams.impl.InboundBuffer v;
byte v;
long v;
java.lang.String v;
java.lang.IllegalArgumentException v;
io.vertx.core.Context v;
java.lang.NullPointerException v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Context;
v := @parameter: long;
specialinvoke v.<java.lang.Object: void <init>()>();
if v != null goto label;
v = new java.lang.NullPointerException;
specialinvoke v.<java.lang.NullPointerException: void <init>(java.lang.String)>("context must not be null");
throw v;
label:
v = v cmp 0L;
if v >= 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (long)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("highWaterMark \u >= 0");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.impl.ContextInternal context> = v;
v.<io.vertx.core.streams.impl.InboundBuffer: long highWaterMark> = v;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = 9223372036854775807L;
v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending> = null;
return;
}
private void checkThread()
{
java.lang.IllegalStateException v;
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.impl.ContextInternal v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.impl.ContextInternal context>;
v = interfaceinvoke v.<io.vertx.core.impl.ContextInternal: boolean inThread()>();
if v != 0 goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("This operation must be called from a Vert.x thread");
throw v;
label:
return;
}
public boolean write(java.lang.Object)
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
long v, v, v, v;
byte v, v;
boolean v, v, v;
java.lang.Object v;
io.vertx.core.Handler v;
java.util.ArrayDeque v, v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: java.lang.Object;
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void checkThread()>();
entermonitor v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 0L;
if v == 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting>;
if v == 0 goto label;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
if v != null goto label;
v = new java.util.ArrayDeque;
specialinvoke v.<java.util.ArrayDeque: void <init>(int)>(1);
v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending> = v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
virtualinvoke v.<java.util.ArrayDeque: boolean add(java.lang.Object)>(v);
v = specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean checkWritable()>();
exitmonitor v;
label:
return v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 9223372036854775807L;
if v == 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v - 1L;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = v;
label:
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 1;
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler handler>;
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void handleEvent(io.vertx.core.Handler,java.lang.Object)>(v, v);
v = specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitPending()>();
return v;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
private boolean checkWritable()
{
io.vertx.core.streams.impl.InboundBuffer v;
long v, v, v, v;
byte v, v;
int v;
boolean v, v, v, v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 9223372036854775807L;
if v != 0 goto label;
return 1;
label:
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: int size()>();
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v - v;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long highWaterMark>;
v = v cmp v;
if v >= 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v;
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow>;
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v | v;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow> = v;
return v;
}
public boolean write(java.lang.Iterable)
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
long v;
java.lang.Iterable v;
byte v;
int v;
boolean v, v, v, v, v;
java.util.Iterator v;
java.lang.Object v;
java.util.ArrayDeque v, v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: java.lang.Iterable;
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void checkThread()>();
entermonitor v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
if v != null goto label;
v = v instanceof java.util.Collection;
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Collection: int size()>();
goto label;
label:
v = 1;
label:
v = new java.util.ArrayDeque;
specialinvoke v.<java.util.ArrayDeque: void <init>(int)>(v);
v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending> = v;
label:
v = interfaceinvoke v.<java.lang.Iterable: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
virtualinvoke v.<java.util.ArrayDeque: boolean add(java.lang.Object)>(v);
goto label;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 0L;
if v == 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting>;
if v == 0 goto label;
label:
v = specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean checkWritable()>();
exitmonitor v;
label:
return v;
label:
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 1;
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
v = specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitPending()>();
return v;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
private boolean emitPending()
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
long v, v, v, v, v;
java.lang.AssertionError v;
byte v, v, v;
int v;
boolean v, v, v, v, v, v;
java.lang.Object v;
io.vertx.core.Handler v;
java.util.ArrayDeque v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
label:
entermonitor v;
label:
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: int size()>();
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 0L;
if v != 0 goto label;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 0;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long highWaterMark>;
v = v cmp v;
if v >= 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v;
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow>;
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = v | v;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow> = v;
exitmonitor v;
label:
return v;
label:
if v != 0 goto label;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 0;
exitmonitor v;
label:
return 1;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 9223372036854775807L;
if v == 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v - 1L;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = v;
label:
v = <io.vertx.core.streams.impl.InboundBuffer: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
if v != null goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
v = virtualinvoke v.<java.util.ArrayDeque: java.lang.Object poll()>();
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler handler>;
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void handleEvent(io.vertx.core.Handler,java.lang.Object)>(v, v);
goto label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
private void drain()
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
long v, v, v, v;
java.lang.AssertionError v;
byte v, v;
int v, v;
boolean v, v;
java.lang.Object v;
io.vertx.core.Handler v, v, v, v;
java.util.ArrayDeque v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = 0;
label:
entermonitor v;
label:
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: int size()>();
if v != 0 goto label;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 0;
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow>;
if v == 0 goto label;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow> = 0;
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler drainHandler>;
goto label;
label:
v = null;
label:
if v <= 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler emptyHandler>;
goto label;
label:
v = null;
label:
v = v;
exitmonitor v;
label:
goto label;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 0L;
if v != 0 goto label;
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 0;
exitmonitor v;
label:
return;
label:
v = v + 1;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 9223372036854775807L;
if v == 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v - 1L;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = v;
label:
v = <io.vertx.core.streams.impl.InboundBuffer: boolean $assertionsDisabled>;
if v != 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
if v != null goto label;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>()>();
throw v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
v = virtualinvoke v.<java.util.ArrayDeque: java.lang.Object poll()>();
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler handler>;
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void handleEvent(io.vertx.core.Handler,java.lang.Object)>(v, v);
goto label;
label:
if v == null goto label;
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void handleEvent(io.vertx.core.Handler,java.lang.Object)>(v, null);
label:
if v == null goto label;
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void handleEvent(io.vertx.core.Handler,java.lang.Object)>(v, null);
label:
return;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
private void handleEvent(io.vertx.core.Handler, java.lang.Object)
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
java.lang.Object v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Handler;
v := @parameter: java.lang.Object;
if v == null goto label;
label:
interfaceinvoke v.<io.vertx.core.Handler: void handle(java.lang.Object)>(v);
label:
goto label;
label:
v := @caughtexception;
specialinvoke v.<io.vertx.core.streams.impl.InboundBuffer: void handleException(java.lang.Throwable)>(v);
label:
return;
catch java.lang.Throwable from label to label with label;
}
private void handleException(java.lang.Throwable)
{
java.lang.Throwable v, v;
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: java.lang.Throwable;
entermonitor v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler exceptionHandler>;
if v != null goto label;
exitmonitor v;
label:
return;
label:
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
interfaceinvoke v.<io.vertx.core.Handler: void handle(java.lang.Object)>(v);
return;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public boolean fetch(long)
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.impl.ContextInternal v;
long v, v, v, v;
java.lang.IllegalArgumentException v;
byte v, v;
io.vertx.core.Handler v;
boolean v, v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: long;
v = v cmp 0L;
if v >= 0 goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>()>();
throw v;
label:
entermonitor v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v + v;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = v;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 0L;
if v >= 0 goto label;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = 9223372036854775807L;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting>;
if v != 0 goto label;
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean isEmpty()>();
if v == 0 goto label;
v = v.<io.vertx.core.streams.impl.InboundBuffer: boolean overflow>;
if v != 0 goto label;
label:
exitmonitor v;
label:
return 0;
label:
v.<io.vertx.core.streams.impl.InboundBuffer: boolean emitting> = 1;
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.impl.ContextInternal context>;
v = staticinvoke <io.vertx.core.streams.impl.InboundBuffer$lambda_fetch_0__1253: io.vertx.core.Handler bootstrap$(io.vertx.core.streams.impl.InboundBuffer)>(v);
interfaceinvoke v.<io.vertx.core.impl.ContextInternal: void runOnContext(io.vertx.core.Handler)>(v);
return 1;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public java.lang.Object read()
{
java.lang.Throwable v;
io.vertx.core.streams.impl.InboundBuffer v;
java.lang.Object v;
java.util.ArrayDeque v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
entermonitor v;
label:
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean isEmpty()>();
if v == 0 goto label;
exitmonitor v;
label:
return null;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
v = virtualinvoke v.<java.util.ArrayDeque: java.lang.Object poll()>();
exitmonitor v;
label:
return v;
label:
v := @caughtexception;
exitmonitor v;
throw v;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public synchronized io.vertx.core.streams.impl.InboundBuffer clear()
{
io.vertx.core.streams.impl.InboundBuffer v;
java.util.ArrayDeque v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean isEmpty()>();
if v == 0 goto label;
return v;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
virtualinvoke v.<java.util.ArrayDeque: void clear()>();
return v;
}
public synchronized io.vertx.core.streams.impl.InboundBuffer pause()
{
io.vertx.core.streams.impl.InboundBuffer v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v.<io.vertx.core.streams.impl.InboundBuffer: long demand> = 0L;
return v;
}
public boolean resume()
{
io.vertx.core.streams.impl.InboundBuffer v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: boolean fetch(long)>(9223372036854775807L);
return v;
}
public synchronized io.vertx.core.streams.impl.InboundBuffer handler(io.vertx.core.Handler)
{
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Handler;
v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler handler> = v;
return v;
}
public synchronized io.vertx.core.streams.impl.InboundBuffer drainHandler(io.vertx.core.Handler)
{
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Handler;
v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler drainHandler> = v;
return v;
}
public synchronized io.vertx.core.streams.impl.InboundBuffer emptyHandler(io.vertx.core.Handler)
{
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Handler;
v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler emptyHandler> = v;
return v;
}
public synchronized io.vertx.core.streams.impl.InboundBuffer exceptionHandler(io.vertx.core.Handler)
{
io.vertx.core.streams.impl.InboundBuffer v;
io.vertx.core.Handler v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v := @parameter: io.vertx.core.Handler;
v.<io.vertx.core.streams.impl.InboundBuffer: io.vertx.core.Handler exceptionHandler> = v;
return v;
}
public synchronized boolean isEmpty()
{
io.vertx.core.streams.impl.InboundBuffer v;
java.util.ArrayDeque v, v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
if v != null goto label;
return 1;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
v = virtualinvoke v.<java.util.ArrayDeque: boolean isEmpty()>();
return v;
}
public synchronized boolean isWritable()
{
io.vertx.core.streams.impl.InboundBuffer v;
byte v;
int v;
long v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = virtualinvoke v.<io.vertx.core.streams.impl.InboundBuffer: int size()>();
v = v.<io.vertx.core.streams.impl.InboundBuffer: long highWaterMark>;
v = v cmp v;
if v >= 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public synchronized boolean isPaused()
{
io.vertx.core.streams.impl.InboundBuffer v;
byte v;
long v;
boolean v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = v.<io.vertx.core.streams.impl.InboundBuffer: long demand>;
v = v cmp 0L;
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public synchronized int size()
{
io.vertx.core.streams.impl.InboundBuffer v;
int v;
java.util.ArrayDeque v, v;
v := @this: io.vertx.core.streams.impl.InboundBuffer;
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
if v != null goto label;
v = 0;
goto label;
label:
v = v.<io.vertx.core.streams.impl.InboundBuffer: java.util.ArrayDeque pending>;
v = virtualinvoke v.<java.util.ArrayDeque: int size()>();
label:
return v;
}
static void <clinit>()
{
java.lang.Class v;
java.lang.Object v;
boolean v, v;
v = class "Lio/vertx/core/streams/impl/InboundBuffer;";
v = virtualinvoke v.<java.lang.Class: boolean desiredAssertionStatus()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
<io.vertx.core.streams.impl.InboundBuffer: boolean $assertionsDisabled> = v;
v = new java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
<io.vertx.core.streams.impl.InboundBuffer: java.lang.Object END_SENTINEL> = v;
return;
}
}