Home
last modified time | relevance | path

Searched refs:getExceptionTable (Results 1 – 16 of 16) sorted by relevance

/external/javassist/src/main/javassist/
DCtBehavior.java717 iterator.insert(b.getExceptionTable(), pos); in insertBefore()
791 iterator.append(b.getExceptionTable(), gapPos); in insertAfter()
794 ca.getExceptionTable().add(getStartPosOfBody(ca), gapPos, gapPos, 0); in insertAfter()
1032 ca.getExceptionTable().add(getStartPosOfBody(ca), len, len, in addCatch()
1034 iterator.append(b.getExceptionTable(), pos); in addCatch()
1138 iterator.insert(b.getExceptionTable(), index); in insertAt()
DCtConstructor.java265 iterator.insert(b.getExceptionTable(), pos); in insertBeforeBody()
DCtClassType.java1506 it.insert(code.getExceptionTable(), pos); in modifyClassConstructor()
1576 it.insert(initializer.getExceptionTable(), pos); in insertAuxInitializer()
/external/javassist/src/main/javassist/expr/
DExpr.java137 ExceptionTable et = ca.getExceptionTable(); in mayThrow()
301 iterator.insert(bytecode.getExceptionTable(), pos); in replace0()
DHandler.java135 iterator.append(b.getExceptionTable(), pos); in insertBefore()
DExprEditor.java93 ExceptionTable et = codeAttr.getExceptionTable(); in doit()
/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java84 exceptions = src.getExceptionTable().copy(cp, classnames); in CodeAttribute()
285 public ExceptionTable getExceptionTable() { return exceptions; } in getExceptionTable() method in CodeAttribute
DClassFilePrinter.java105 + ", " + ca.getExceptionTable().size() in printAttributes()
DCodeIterator.java611 get().getExceptionTable(), codeAttr, gap); in insertGapAt()
618 get().getExceptionTable(), codeAttr); in insertGapAt()
657 codeAttr.getExceptionTable().add(0, et, offset); in insert()
711 ExceptionTable table = codeAttr.getExceptionTable(); in append()
DCodeAnalyzer.java63 ExceptionTable et = ca.getExceptionTable(); in initStack()
DBytecode.java183 public ExceptionTable getExceptionTable() { return tryblocks; } in getExceptionTable() method in Bytecode
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java51 ExceptionTable exceptions = code.getExceptionTable(); in scan()
DAnalyzer.java216 ExceptionTable table = method.getCodeAttribute().getExceptionTable(); in buildExceptionInfo()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DCodeAttribute_info.java123 public IExceptionHandlerTable getExceptionTable () in getExceptionTable() method in CodeAttribute_info
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java159 return make(ci, 0, ci.getCodeLength(), ca.getExceptionTable());
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java724 final IExceptionHandlerTable exceptions = attribute.getExceptionTable (); in visit()
1208 final IExceptionHandlerTable exceptionTable = attribute.getExceptionTable (); in visit()