Searched refs:byte_positions (Results 1 – 1 of 1) sorted by relevance
51 private int[] byte_positions; // byte code offsets corresponding to instructions field in InstructionList138 final int[] positions = byte_positions; in findHandle()186 byte_positions = new int[count]; // Trim to proper size in InstructionList()187 System.arraycopy(pos, 0, byte_positions, 0, count); in InstructionList()925 byte_positions = new int[count]; // Trim to proper size in setPositions()926 System.arraycopy(pos, 0, byte_positions, 0, count); in setPositions()1036 return byte_positions; in getInstructionPositions()