Searched defs:exceptionType (Results 1 – 12 of 12) sorted by relevance
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | CatchMethodItem.java | 37 private final TypeIdItem exceptionType; field in CatchMethodItem 43 … CatchMethodItem(MethodDefinition.LabelCache labelCache, int codeAddress, TypeIdItem exceptionType, in CatchMethodItem()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | CatchHandlerList.java | 121 public void set(int n, CstType exceptionType, int handler) { in set() 169 private final CstType exceptionType; field in CatchHandlerList.Entry 180 public Entry(CstType exceptionType, int handler) { in Entry()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ExceptionHelpers.cpp | 51 virtual ComplType exceptionType() const { return Interrupted; } in exceptionType() function in JSC::InterruptedExecutionError 68 virtual ComplType exceptionType() const { return Terminated; } in exceptionType() function in JSC::TerminatedExecutionError
|
D | Completion.cpp | 70 ComplType exceptionType = Throw; in evaluate() local
|
D | JSObject.h | 219 virtual ComplType exceptionType() const { return Throw; } in exceptionType() function
|
/external/doclava/src/com/google/doclava/ |
D | ThrowsTagInfo.java | 56 public TypeInfo exceptionType() { in exceptionType() method in ThrowsTagInfo
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | CodeItem.java | 991 public final TypeIdItem exceptionType; field in CodeItem.EncodedTypeAddrPair 1003 public EncodedTypeAddrPair(TypeIdItem exceptionType, int handlerAddress) { in EncodedTypeAddrPair()
|
/external/javassist/src/main/javassist/ |
D | CtBehavior.java | 984 public void addCatch(String src, CtClass exceptionType) in addCatch() 1002 public void addCatch(String src, CtClass exceptionType, in addCatch()
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | MapMaker.java | 254 private void recordStackMap(TypedBlock target, int exceptionType) in recordStackMap()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | MethodAnalyzer.java | 1668 RegisterType exceptionType = null; in analyzeMoveException() local 1699 RegisterType exceptionType = null; in verifyMoveException() local
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1400 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction() local
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 668 ComplType exceptionType = exception->exceptionType(); in throwException() local
|