Searched refs:codeIndex (Results 1 – 10 of 10) sorted by relevance
205 private long codeIndex; field in Frame.Variable224 codeIndex = -1; in Variable()239 return codeIndex; in getCodeIndex()247 public void setCodeIndex(long codeIndex) { in setCodeIndex() argument248 this.codeIndex = codeIndex; in setCodeIndex()486 return "Variable: codeIndex=" + codeIndex + ", name=" + name in toString()508 return this.codeIndex == var.codeIndex in equals()
2608 public final int getLineNumber(long classID, long methodID, long codeIndex) { in getLineNumber() argument2621 if (lineCodeIndex == codeIndex) { in getLineNumber()2625 if (lineCodeIndex > codeIndex) { in getLineNumber()
73 long codeIndex = reply.getNextValueAsLong(); in testVariableTableTest001() local74 logWriter.println("codeIndex = "+codeIndex); in testVariableTableTest001()
74 long codeIndex = reply.getNextValueAsLong(); in testVariableTableWithGenericTest001() local75 logWriter.println("codeIndex = "+codeIndex); in testVariableTableWithGenericTest001()
315 protected int codeIndex; field in ClassFileWriter.MethodWriter328 codeIndex = 0; in MethodWriter()384 if (codeIndex == 0) in begin()385 codeIndex = constPool.addUtf8Info(CodeAttribute.tag); in begin()388 output.writeShort(codeIndex); in begin()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...