Searched defs:ExceptionInfo (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/
H A DExceptionInfo.java30 public class ExceptionInfo implements VisitorAccepter class in inherits:VisitorAccepter
44 * Creates an uninitialized ExceptionInfo.
46 public ExceptionInfo() method in class:ExceptionInfo
53 * Creates an ExceptionInfo with the given properties.
55 public ExceptionInfo(int u2startPC, method in class:ExceptionInfo
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java88 private ExceptionInfo[] exceptions;
92 private static class ExceptionInfo { class in class:Analyzer
98 private ExceptionInfo(int start, int end, int handler, Type type) { method in class:Analyzer.ExceptionInfo
212 private ExceptionInfo[] buildExceptionInfo(MethodInfo method) {
217 ExceptionInfo[] exceptions = new ExceptionInfo[table.size()];
227 exceptions[i] = new ExceptionInfo(table.startPc(i), table.endPc(i), table.handlerPc(i), type);
294 ExceptionInfo exception = exceptions[i];
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp147 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) argument
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNode.h64 typedef uint32_t ExceptionInfo; typedef in namespace:JSC::DFG
174 Node(NodeType op, ExceptionInfo exceptionInfo, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
186 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
199 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm1, OpInfo imm2, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
333 ExceptionInfo exceptionInfo;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 216 milliseconds