Searched refs:TYPICAL_CODE_LENGTH (Results 1 – 9 of 9) sorted by relevance
72 private short[] instructionMarks = new short[ClassConstants.TYPICAL_CODE_LENGTH + 1];73 private int[] subroutineStarts = new int[ClassConstants.TYPICAL_CODE_LENGTH];74 private int[] subroutineEnds = new int[ClassConstants.TYPICAL_CODE_LENGTH];75 private int[] creationOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH];76 private int[] initializationOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH];
44 private boolean[] isReachable = new boolean[ClassConstants.TYPICAL_CODE_LENGTH];
65 …ffsetValue[] branchOriginValues = new InstructionOffsetValue[ClassConstants.TYPICAL_CODE_LENGTH];66 …ffsetValue[] branchTargetValues = new InstructionOffsetValue[ClassConstants.TYPICAL_CODE_LENGTH];67 …dVariables[] variablesBefore = new TracedVariables[ClassConstants.TYPICAL_CODE_LENGTH];68 …racedStack[] stacksBefore = new TracedStack[ClassConstants.TYPICAL_CODE_LENGTH];69 …dVariables[] variablesAfter = new TracedVariables[ClassConstants.TYPICAL_CODE_LENGTH];70 …racedStack[] stacksAfter = new TracedStack[ClassConstants.TYPICAL_CODE_LENGTH];71 …te boolean[] generalizedContexts = new boolean[ClassConstants.TYPICAL_CODE_LENGTH];72 …rivate int[] evaluationCounts = new int[ClassConstants.TYPICAL_CODE_LENGTH];
53 private long[] isAliveBefore = new long[ClassConstants.TYPICAL_CODE_LENGTH];54 private long[] isAliveAfter = new long[ClassConstants.TYPICAL_CODE_LENGTH];55 private long[] isCategory2 = new long[ClassConstants.TYPICAL_CODE_LENGTH];
103 …private boolean[][] stacksNecessaryAfter = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][Class…104 …private boolean[][] stacksSimplifiedBefore = new boolean[ClassConstants.TYPICAL_CODE_LENGTH][Class…105 private boolean[] instructionsNecessary = new boolean[ClassConstants.TYPICAL_CODE_LENGTH];
66 …vate*/public Instruction[] preInsertions = new Instruction[ClassConstants.TYPICAL_CODE_LENGTH];67 …vate*/public Instruction[] replacements = new Instruction[ClassConstants.TYPICAL_CODE_LENGTH];68 …vate*/public Instruction[] postInsertions = new Instruction[ClassConstants.TYPICAL_CODE_LENGTH];69 …*private*/public boolean[] deleted = new boolean[ClassConstants.TYPICAL_CODE_LENGTH];71 private int[] newInstructionOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH];
71 private byte[] code = new byte[ClassConstants.TYPICAL_CODE_LENGTH];72 private int[] oldInstructionOffsets = new int[ClassConstants.TYPICAL_CODE_LENGTH];76 …nal int[][] instructionOffsetMap = new int[MAXIMUM_LEVELS][ClassConstants.TYPICAL_CODE_LENGTH + 1];125 instructionWriter.reset(ClassConstants.TYPICAL_CODE_LENGTH); in reset()
51 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH];52 private int[] stackSizes = new int[ClassConstants.TYPICAL_CODE_LENGTH];
325 public static final int TYPICAL_CODE_LENGTH = 1024; field