Searched refs:getInstructionCodeOffset (Results 1 – 3 of 3) sorted by relevance
101 int endOffset = instructionOffsetMap.getInstructionCodeOffset(instructions.size()-1) + in MethodDefinition()110 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition()131 int codeOffset = instructionOffsetMap.getInstructionCodeOffset(i); in MethodDefinition()296 return instructionOffsetMap.getInstructionCodeOffset(targetIndex); in findPayloadOffset()534 …int lastInstructionAddress = instructionOffsetMap.getInstructionCodeOffset(instructions.size() - 1… in addTries()559 … int lastCoveredAddress = instructionOffsetMap.getInstructionCodeOffset(lastCoveredIndex); in addTries()
73 public int getInstructionCodeOffset(int index) { in getInstructionCodeOffset() method in InstructionOffsetMap
86 … Assert.assertEquals(expectedOffsets[i], instructionOffsetMap.getInstructionCodeOffset(i)); in testInstructionOffsetMap()