Tabnine Logo
CodeIterator$Branch
Code IndexAdd Tabnine to your IDE (free)

How to use
CodeIterator$Branch
in
javassist.bytecode

Best Java code snippets using javassist.bytecode.CodeIterator$Branch (Showing top 20 results out of 315)

origin: org.javassist/javassist

int size = code.length + gapLength;
for (Branch b:jumps)
  size += b.deltaSize();
    newcode[dest++] = code[src++];
  else {
    int s = b.write(src, code, dest, newcode);
    src += s;
    dest += s + b.deltaSize();
    if (++bindex < n) {
      b = jumps.get(bindex);
origin: redisson/redisson

ptrs.shiftPc(where, gapLength, exclusive);
for (int i = 0; i < n; i++)
  ((Branch)jumps.get(i)).shift(where, gapLength, exclusive);
  for (int i = 0; i < n; i++) {
    Branch b = (Branch)jumps.get(i);
    if (b.expanded()) {
      unstable = true;
      int p = b.pos;
      int delta = b.deltaSize();
      ptrs.shiftPc(p, delta, false);
      for (int j = 0; j < n; j++)
        ((Branch)jumps.get(j)).shift(p, delta, false);
  int diff = b.gapChanged();
  if (diff > 0) {
    unstable = true;
    ptrs.shiftPc(p, diff, false);
    for (int j = 0; j < n; j++)
      ((Branch)jumps.get(j)).shift(p, diff, false);
origin: hstaudacher/osgi-jax-rs-connector

for (int i = 0; i < n; i++) {
  Branch b = (Branch)jumps.get(i);
  size += b.deltaSize();
    newcode[dest++] = code[src++];
  else {
    int s = b.write(src, code, dest, newcode);
    src += s;
    dest += s + b.deltaSize();
    if (++bindex < n) {
      b = (Branch)jumps.get(bindex);
origin: hstaudacher/osgi-jax-rs-connector

for (int i = 0; i < n; i++) {
  Branch b = (Branch)jumps.get(i);
  size += b.deltaSize();
    newcode[dest++] = code[src++];
  else {
    int s = b.write(src, code, dest, newcode);
    src += s;
    dest += s + b.deltaSize();
    if (++bindex < n) {
      b = (Branch)jumps.get(bindex);
origin: org.jboss.javassist/com.springsource.javassist

for (int i = 0; i < n; i++) {
  Branch b = (Branch)jumps.get(i);
  size += b.deltaSize();
    newcode[dest++] = code[src++];
  else {
    int s = b.write(src, code, dest, newcode);
    src += s;
    dest += s + b.deltaSize();
    if (++bindex < n) {
      b = (Branch)jumps.get(bindex);
origin: com.eclipsesource.jaxrs/jersey-all

for (int i = 0; i < n; i++) {
  Branch b = (Branch)jumps.get(i);
  size += b.deltaSize();
    newcode[dest++] = code[src++];
  else {
    int s = b.write(src, code, dest, newcode);
    src += s;
    dest += s + b.deltaSize();
    if (++bindex < n) {
      b = (Branch)jumps.get(bindex);
origin: hstaudacher/osgi-jax-rs-connector

ptrs.shiftPc(where, gapLength, exclusive);
for (int i = 0; i < n; i++)
  ((Branch)jumps.get(i)).shift(where, gapLength, exclusive);
  for (int i = 0; i < n; i++) {
    Branch b = (Branch)jumps.get(i);
    if (b.expanded()) {
      unstable = true;
      int p = b.pos;
      int delta = b.deltaSize();
      ptrs.shiftPc(p, delta, false);
      for (int j = 0; j < n; j++)
        ((Branch)jumps.get(j)).shift(p, delta, false);
  int diff = b.gapChanged();
  if (diff > 0) {
    unstable = true;
    ptrs.shiftPc(p, diff, false);
    for (int j = 0; j < n; j++)
      ((Branch)jumps.get(j)).shift(p, diff, false);
origin: hstaudacher/osgi-jax-rs-connector

ptrs.shiftPc(where, gapLength, exclusive);
for (int i = 0; i < n; i++)
  ((Branch)jumps.get(i)).shift(where, gapLength, exclusive);
  for (int i = 0; i < n; i++) {
    Branch b = (Branch)jumps.get(i);
    if (b.expanded()) {
      unstable = true;
      int p = b.pos;
      int delta = b.deltaSize();
      ptrs.shiftPc(p, delta, false);
      for (int j = 0; j < n; j++)
        ((Branch)jumps.get(j)).shift(p, delta, false);
  int diff = b.gapChanged();
  if (diff > 0) {
    unstable = true;
    ptrs.shiftPc(p, diff, false);
    for (int j = 0; j < n; j++)
      ((Branch)jumps.get(j)).shift(p, diff, false);
origin: com.eclipsesource.jaxrs/jersey-all

ptrs.shiftPc(where, gapLength, exclusive);
for (int i = 0; i < n; i++)
  ((Branch)jumps.get(i)).shift(where, gapLength, exclusive);
  for (int i = 0; i < n; i++) {
    Branch b = (Branch)jumps.get(i);
    if (b.expanded()) {
      unstable = true;
      int p = b.pos;
      int delta = b.deltaSize();
      ptrs.shiftPc(p, delta, false);
      for (int j = 0; j < n; j++)
        ((Branch)jumps.get(j)).shift(p, delta, false);
  int diff = b.gapChanged();
  if (diff > 0) {
    unstable = true;
    ptrs.shiftPc(p, diff, false);
    for (int j = 0; j < n; j++)
      ((Branch)jumps.get(j)).shift(p, diff, false);
origin: org.jboss.javassist/com.springsource.javassist

ptrs.shiftPc(where, gapLength, exclusive);
for (int i = 0; i < n; i++)
  ((Branch)jumps.get(i)).shift(where, gapLength, exclusive);
  for (int i = 0; i < n; i++) {
    Branch b = (Branch)jumps.get(i);
    if (b.expanded()) {
      unstable = true;
      int p = b.pos;
      int delta = b.deltaSize();
      ptrs.shiftPc(p, delta, false);
      for (int j = 0; j < n; j++)
        ((Branch)jumps.get(j)).shift(p, delta, false);
  int diff = b.gapChanged();
  if (diff > 0) {
    unstable = true;
    ptrs.shiftPc(p, diff, false);
    for (int j = 0; j < n; j++)
      ((Branch)jumps.get(j)).shift(p, diff, false);
origin: hstaudacher/osgi-jax-rs-connector

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
}
origin: com.eclipsesource.jaxrs/jersey-all

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
}
origin: org.jboss.javassist/com.springsource.javassist

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
}
origin: hstaudacher/osgi-jax-rs-connector

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
}
origin: hstaudacher/osgi-jax-rs-connector

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
  if (state == BIT16)
    if (offset < Short.MIN_VALUE || Short.MAX_VALUE < offset)
      state = EXPAND;
}
origin: hstaudacher/osgi-jax-rs-connector

void shift(int where, int gapLength, boolean exclusive) {
  int p = pos;
  defaultByte = shiftOffset(p, defaultByte, where, gapLength, exclusive);
  int num = offsets.length;
  for (int i = 0; i < num; i++)
    offsets[i] = shiftOffset(p, offsets[i], where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
}
origin: com.eclipsesource.jaxrs/jersey-all

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
  if (state == BIT16)
    if (offset < Short.MIN_VALUE || Short.MAX_VALUE < offset)
      state = EXPAND;
}
origin: hstaudacher/osgi-jax-rs-connector

void shift(int where, int gapLength, boolean exclusive) {
  int p = pos;
  defaultByte = shiftOffset(p, defaultByte, where, gapLength, exclusive);
  int num = offsets.length;
  for (int i = 0; i < num; i++)
    offsets[i] = shiftOffset(p, offsets[i], where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
}
origin: hstaudacher/osgi-jax-rs-connector

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
  if (state == BIT16)
    if (offset < Short.MIN_VALUE || Short.MAX_VALUE < offset)
      state = EXPAND;
}
origin: org.jboss.javassist/com.springsource.javassist

void shift(int where, int gapLength, boolean exclusive) {
  offset = shiftOffset(pos, offset, where, gapLength, exclusive);
  super.shift(where, gapLength, exclusive);
  if (state == BIT16)
    if (offset < Short.MIN_VALUE || Short.MAX_VALUE < offset)
      state = EXPAND;
}
javassist.bytecodeCodeIterator$Branch

Most used methods

  • deltaSize
  • expanded
  • gapChanged
  • shift
  • write

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • compareTo (BigDecimal)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now