Searched defs:bytecodeOffset (Results 1 – 5 of 5) sorted by relevance
165 int bytecodeOffset; field in Label445 final boolean resolve(final byte[] code, final int bytecodeOffset) { in resolve()
1160 int addUninitializedType(final String value, final int bytecodeOffset) { in addUninitializedType()
1554 final int bytecodeOffset = currentOffset - bytecodeStartOffset; in readCode() local
560 int bytecodeOffset = 0; // Number of bytes parsed so far. in dumpInstructions() local1009 int bytecodeOffset = -1; in dumpStackMapTableAttribute() local2286 private final int bytecodeOffset; field in ClassFile.InstructionIndex2290 InstructionIndex(final int bytecodeOffset, final MethodContext methodContext) { in InstructionIndex()2363 int getInsnIndex(int bytecodeOffset); in getInsnIndex()2420 public int getInsnIndex(final int bytecodeOffset) { in getInsnIndex()2444 void putInsnIndex(final int bytecodeOffset, final int instructionIndex) { in putInsnIndex()2512 int addInsnIndex(final String name, final int bytecodeOffset) { in addInsnIndex()
148 private static Label newLabel(final int bytecodeOffset) { in newLabel()