HomeSort by relevance Sort by last modified time
    Searched defs:ExceptionTable (Results 1 - 3 of 3) sorted by null

  /external/javassist/src/main/javassist/bytecode/
ExceptionTable.java 41 public class ExceptionTable implements Cloneable {
50 public ExceptionTable(ConstPool cp) {
55 ExceptionTable(ConstPool cp, DataInputStream in) throws IOException {
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/
JITDwarfEmitter.cpp 51 unsigned char* ExceptionTable = EmitExceptionTable(&F, StartFunction,
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());
JITEmitter.cpp 345 void *ExceptionTable;
346 EmittedCode() : FunctionBody(0), Code(0), ExceptionTable(0) {}
    [all...]

Completed in 3801 milliseconds