Home
last modified time | relevance | path

Searched defs:ExceptionHandler (Results 1 – 20 of 20) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExceptionHandler.java31 public class ExceptionHandler{ class
39 ExceptionHandler(final ObjectType catch_type, final InstructionHandle handler_pc) { in ExceptionHandler() method in ExceptionHandler
/external/v8/src/compiler/
Dbytecode-graph-builder.h298 struct ExceptionHandler { struct
299 int start_offset_; // Start offset of the handled area in the bytecode.
300 int end_offset_; // End offset of the handled area in the bytecode.
301 int handler_offset_; // Handler entry offset within the bytecode.
302 int context_register_; // Index of register holding handler context.
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.h46 class ExceptionHandler; variable
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
DExceptionHandler.java42 public interface ExceptionHandler extends Comparable<ExceptionHandler> { interface
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExceptionHandler.java11 public interface ExceptionHandler { interface
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc61 ExceptionHandler::ExceptionHandler(const wstring& dump_path, in ExceptionHandler() function in google_breakpad::ExceptionHandler
81 ExceptionHandler::ExceptionHandler(const wstring& dump_path, in ExceptionHandler() function in google_breakpad::ExceptionHandler
101 ExceptionHandler::ExceptionHandler( in ExceptionHandler() function in google_breakpad::ExceptionHandler
122 ExceptionHandler::ExceptionHandler(const wstring &dump_path, in ExceptionHandler() function in google_breakpad::ExceptionHandler
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DWriteQueueTest.java173 class ExceptionHandler implements Thread.UncaughtExceptionHandler { in concurrentWriteAndFlush() class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCWinEH.h34 const MCSymbol *ExceptionHandler = nullptr; member
/external/llvm/include/llvm/MC/
DMCWinEH.h34 const MCSymbol *ExceptionHandler = nullptr; member
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DExceptionHandler.java31 public abstract class ExceptionHandler implements SerializableTestUtility.Handler class
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionHandler.java30 public abstract class ExceptionHandler implements SerializableTestUtility.Handler class
/external/u-boot/arch/xtensa/cpu/
Dstart.S373 ExceptionHandler: label
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc62 ExceptionHandler::ExceptionHandler(const string &dump_path, in ExceptionHandler() function in google_breakpad::ExceptionHandler
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCWin64EH.h71 const MCSymbol *ExceptionHandler; member
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp147 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc223 ExceptionHandler::ExceptionHandler(const string &dump_path, in ExceptionHandler() function in google_breakpad::ExceptionHandler
253 ExceptionHandler::ExceptionHandler(DirectCallback callback, in ExceptionHandler() function in google_breakpad::ExceptionHandler
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp165 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp214 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc218 ExceptionHandler::ExceptionHandler(const MinidumpDescriptor& descriptor, in ExceptionHandler() function in google_breakpad::ExceptionHandler
/external/boringssl/src/crypto/test/
Dabi_test.cc639 static long ExceptionHandler(EXCEPTION_POINTERS *info) { in ExceptionHandler() function