Home
last modified time | relevance | path

Searched defs:etable (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java58 ExceptionTable etable) in CodeAttribute()
341 ExceptionTable etable, CodeAttribute destCa) in copyCode()
432 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable, in doit()
DCodeIterator.java797 boolean exclusive, ExceptionTable etable, CodeAttribute ca) in insertGapCore0()
818 boolean exclusive, ExceptionTable etable, in insertGapCore1()
996 ExceptionTable etable; field in CodeIterator.Pointers
1045 static byte[] changeLdcToLdcW(byte[] code, ExceptionTable etable, in changeLdcToLdcW()
1087 ExceptionTable etable, CodeAttribute ca, Gap newWhere) in insertGapCore0w()
/external/javassist/src/main/javassist/expr/
DHandler.java27 private ExceptionTable etable; field in Handler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionCall.java211 ExtensionsTable etable = transformer.getExtensionsTable(); in execute() local