Searched refs:instructionCodeOffsets (Results 1 – 1 of 1) sorted by relevance
42 @Nonnull private final int[] instructionCodeOffsets; field in InstructionOffsetMap45 this.instructionCodeOffsets = new int[instructions.size()]; in InstructionOffsetMap()49 instructionCodeOffsets[i] = codeOffset; in InstructionOffsetMap()59 int index = Arrays.binarySearch(instructionCodeOffsets, codeOffset); in getInstructionIndexAtCodeOffset()74 if (index < 0 || index >= instructionCodeOffsets.length) { in getInstructionCodeOffset()77 return instructionCodeOffsets[index]; in getInstructionCodeOffset()