Searched defs:codeIndex (Results 1 – 7 of 7) sorted by relevance
67 int32_t codeIndex = 1; in decode() local127 int32_t codeIndex, in decodeMacroBlock()180 int32_t codeIndex, in textCompaction()358 int32_t codeIndex, in byteCompaction()441 int32_t codeIndex, in numericCompaction()
73 long codeIndex = reply.getNextValueAsLong(); in testVariableTableTest001() local
74 long codeIndex = reply.getNextValueAsLong(); in testVariableTableWithGenericTest001() local
205 private long codeIndex; field in Frame.Variable247 public void setCodeIndex(long codeIndex) { in setCodeIndex()
2672 public final int getLineNumber(long classID, long methodID, long codeIndex) { in getLineNumber()
64 int codeIndex) throws NoDataException { in getSourcePosition()
315 protected int codeIndex; field in ClassFileWriter.MethodWriter