Searched defs:ExceptionTable (Results 1 - 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DExceptionTable.java41 public class ExceptionTable implements Cloneable { class in inherits:Cloneable
50 public ExceptionTable(ConstPool cp) { method in class:ExceptionTable
55 ExceptionTable(ConstPool cp, DataInputStream in) throws IOException { method in class:ExceptionTable
76 ExceptionTable r = (ExceptionTable)super.clone();
182 public void add(int index, ExceptionTable table, int offset) {
238 public ExceptionTable copy(ConstPool newCp, Map classnames) {
239 ExceptionTable et = new ExceptionTable(newCp);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp51 unsigned char* ExceptionTable = EmitExceptionTable(&F, StartFunction, local
60 StartFunction, EndFunction, ExceptionTable);
543 unsigned char* ExceptionTable) const {
562 JCE->emitInt32(ExceptionTable-(unsigned char*)JCE->getCurrentPCValue());
567 JCE->emitInt64(ExceptionTable-(unsigned char*)JCE->getCurrentPCValue());
H A DJITEmitter.cpp350 void *ExceptionTable; member in struct:__anon8763::JITEmitter::EmittedCode
351 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {}
981 EmittedFunctions[F.getFunction()].ExceptionTable = BufferBegin;
1025 MemMgr->deallocateExceptionTable(Emitted->second.ExceptionTable);

Completed in 67 milliseconds