Searched defs:end_pc (Results 1 – 6 of 6) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | CodeExceptionGen.java | 39 private InstructionHandle end_pc; field in CodeExceptionGen 53 public CodeExceptionGen(final InstructionHandle start_pc, final InstructionHandle end_pc, in CodeExceptionGen() 90 public void setEndPC( final InstructionHandle end_pc ) { // TODO could be package-protected? in setEndPC()
|
D | MethodGen.java | 202 final int end_pc = ce.getEndPC(); in MethodGen() local 459 …final InstructionHandle end_pc, final InstructionHandle handler_pc, final ObjectType catch_type ) { in addExceptionHandler()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | CodeException.java | 38 private int end_pc; // active. start_pc is inclusive, end_pc exclusive field in CodeException 77 …public CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_t… in CodeException() 156 public final void setEndPC( final int end_pc ) { in setEndPC()
|
D | LocalVariableTable.java | 148 final int end_pc = start_pc + variable.getLength(); in getLocalVariable() local
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | Exception_info.java | 65 public Exception_info (final int start_pc, final int end_pc, in Exception_info()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvm.h | 776 jint end_pc; member
|