Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 12 of 12) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DCatchMethodItem.java37 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/
DCatchHandlerList.java121 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/
DExceptionHelpers.cpp51 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
DCompletion.cpp70 ComplType exceptionType = Throw; in evaluate() local
DJSObject.h219 virtual ComplType exceptionType() const { return Throw; } in exceptionType() function
/external/doclava/src/com/google/doclava/
DThrowsTagInfo.java56 public TypeInfo exceptionType() { in exceptionType() method in ThrowsTagInfo
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DCodeItem.java991 public final TypeIdItem exceptionType; field in CodeItem.EncodedTypeAddrPair
1003 public EncodedTypeAddrPair(TypeIdItem exceptionType, int handlerAddress) { in EncodedTypeAddrPair()
/external/javassist/src/main/javassist/
DCtBehavior.java984 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/
DMapMaker.java254 private void recordStackMap(TypedBlock target, int exceptionType) in recordStackMap()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DMethodAnalyzer.java1668 RegisterType exceptionType = null; in analyzeMoveException() local
1699 RegisterType exceptionType = null; in verifyMoveException() local
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1400 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"]; in createThrowExceptionFunction() local
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp668 ComplType exceptionType = exception->exceptionType(); in throwException() local