ClassReader.readLabel
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using jersey.repackaged.org.objectweb.asm.ClassReader.readLabel (Showing top 20 results out of 315)

origin: com.sun.jersey/jersey-server

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: com.sun.jersey/jersey-server

int start = readUnsignedShort(u);
int length = readUnsignedShort(u + 2);
context.start[i] = readLabel(start, context.labels);
context.end[i] = readLabel(start + length, context.labels);
context.index[i] = readUnsignedShort(u + 4);
u += 6;
origin: com.sun.jersey/jersey-server

int start = readUnsignedShort(u + 3);
int length = readUnsignedShort(u + 5);
readLabel(start, context.labels);
readLabel(start + length, context.labels);
u += 6;
origin: com.sun.jersey/jersey-server

readLabel(frame.offset, labels);
return stackMap;
origin: com.sun.jersey/jersey-server

int codeEnd = u + codeLength;
Label[] labels = context.labels = new Label[codeLength + 2];
readLabel(codeLength + 1, labels);
while (u < codeEnd) {
  int offset = u - codeStart;
    break;
  case ClassWriter.LABEL_INSN:
    readLabel(offset + readShort(u + 1), labels);
    u += 3;
    break;
  case ClassWriter.LABELW_INSN:
    readLabel(offset + readInt(u + 1), labels);
    u += 5;
    break;
    readLabel(offset + readInt(u), labels);
    for (int i = readInt(u + 8) - readInt(u + 4) + 1; i > 0; --i) {
      readLabel(offset + readInt(u + 12), labels);
      u += 4;
    readLabel(offset + readInt(u), labels);
    for (int i = readInt(u + 4); i > 0; --i) {
      readLabel(offset + readInt(u + 12), labels);
      u += 8;
  Label start = readLabel(readUnsignedShort(u + 2), labels);
  Label end = readLabel(readUnsignedShort(u + 4), labels);
  Label handler = readLabel(readUnsignedShort(u + 6), labels);
origin: org.glassfish.jersey.core/jersey-server

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: org.glassfish.jersey.core/jersey-server

int start = readUnsignedShort(u);
int length = readUnsignedShort(u + 2);
context.start[i] = readLabel(start, context.labels);
context.end[i] = readLabel(start + length, context.labels);
context.index[i] = readUnsignedShort(u + 4);
u += 6;
origin: org.glassfish.jersey.core/jersey-server

int start = readUnsignedShort(u + 3);
int length = readUnsignedShort(u + 5);
readLabel(start, context.labels);
readLabel(start + length, context.labels);
u += 6;
origin: org.glassfish.jersey.core/jersey-server

readLabel(frame.offset, labels);
return stackMap;
origin: org.glassfish.jersey.core/jersey-server

int codeEnd = u + codeLength;
Label[] labels = context.labels = new Label[codeLength + 2];
readLabel(codeLength + 1, labels);
while (u < codeEnd) {
  int offset = u - codeStart;
      break;
    case ClassWriter.LABEL_INSN:
      readLabel(offset + readShort(u + 1), labels);
      u += 3;
      break;
    case ClassWriter.LABELW_INSN:
      readLabel(offset + readInt(u + 1), labels);
      u += 5;
      break;
      readLabel(offset + readInt(u), labels);
      for (int i = readInt(u + 8) - readInt(u + 4) + 1; i > 0; --i) {
        readLabel(offset + readInt(u + 12), labels);
        u += 4;
      readLabel(offset + readInt(u), labels);
      for (int i = readInt(u + 4); i > 0; --i) {
        readLabel(offset + readInt(u + 12), labels);
        u += 8;
  Label start = readLabel(readUnsignedShort(u + 2), labels);
  Label end = readLabel(readUnsignedShort(u + 4), labels);
  Label handler = readLabel(readUnsignedShort(u + 6), labels);
origin: com.sun.jersey/jersey-bundle

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: eclipse-ee4j/jersey

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: org.glassfish.jersey.bundles/jaxrs-ri

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: eclipse-ee4j/jersey

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: jersey/jersey-1.x

  break;
default: // Uninitialized
  frame[index] = readLabel(readUnsignedShort(v), labels);
  v += 2;
origin: eclipse-ee4j/jersey

int start = readUnsignedShort(u);
int length = readUnsignedShort(u + 2);
context.start[i] = readLabel(start, context.labels);
context.end[i] = readLabel(start + length, context.labels);
context.index[i] = readUnsignedShort(u + 4);
u += 6;
origin: org.glassfish.jersey.bundles/jaxrs-ri

int start = readUnsignedShort(u);
int length = readUnsignedShort(u + 2);
context.start[i] = readLabel(start, context.labels);
context.end[i] = readLabel(start + length, context.labels);
context.index[i] = readUnsignedShort(u + 4);
u += 6;
origin: jersey/jersey-1.x

int start = readUnsignedShort(u);
int length = readUnsignedShort(u + 2);
context.start[i] = readLabel(start, context.labels);
context.end[i] = readLabel(start + length, context.labels);
context.index[i] = readUnsignedShort(u + 4);
u += 6;
origin: com.sun.jersey/jersey-bundle

int start = readUnsignedShort(u + 3);
int length = readUnsignedShort(u + 5);
readLabel(start, context.labels);
readLabel(start + length, context.labels);
u += 6;
origin: eclipse-ee4j/jersey

int start = readUnsignedShort(u + 3);
int length = readUnsignedShort(u + 5);
readLabel(start, context.labels);
readLabel(start + length, context.labels);
u += 6;
jersey.repackaged.org.objectweb.asmClassReaderreadLabel

Javadoc

Returns the label corresponding to the given offset. The default implementation of this method creates a label for the given offset if it has not been already created.

Popular methods of ClassReader

  • <init>
    Constructs a new ClassReader object.
  • accept
    Makes the given visitor visit the Java class of this ClassReader. This class is the one specified in
  • copyBootstrapMethods
    Copies the bootstrap method data into the given ClassWriter. Should be called before the #accept(Cla
  • copyPool
    Copies the constant pool data into the given ClassWriter. Should be called before the #accept(ClassV
  • getAttributes
    Returns the start index of the attribute_info structure of this class.
  • getImplicitFrame
    Computes the implicit frame of the method currently being parsed (as defined in the given Context) a
  • readAnnotationTarget
    Parses the header of a type annotation to extract its target_type and target_path (the result is sto
  • readAnnotationValue
    Reads a value of an annotation and makes the given visitor visit it.
  • readAnnotationValues
    Reads the values of an annotation and makes the given visitor visit them.
  • readAttribute
    Reads an attribute in #b.
  • readByte
    Reads a byte value in #b. This method is intended for Attribute sub classes, and is normally not nee
  • readClass
    Reads the bytecode of a class.
  • readByte,
  • readClass,
  • readCode,
  • readConst,
  • readField,
  • readFrame,
  • readFrameType,
  • readInt,
  • readLong

Popular in Java

  • Creating JSON documents from java classes using gson
  • onRequestPermissionsResult (Fragment)
  • getResourceAsStream (ClassLoader)
  • addToBackStack (FragmentTransaction)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Path (java.nio.file)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • JButton (javax.swing)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)