Home
last modified time | relevance | path

Searched refs:ExceptionHandler (Results 1 - 25 of 25) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DExceptionHandler.java31 public abstract class ExceptionHandler implements SerializableTestUtility.Handler class
41 static class ArabicShapingExceptionHandler extends ExceptionHandler
56 static class StringPrepParseExceptionHandler extends ExceptionHandler
72 static class UResourceTypeMismatchExceptionHandler extends ExceptionHandler
87 static class InvalidFormatExceptionHandler extends ExceptionHandler
102 static class IllformedLocaleExceptionHandler extends ExceptionHandler
122 static class LocaleSyntaxExceptionHandler extends ExceptionHandler
142 static class IllegalIcuArgumentExceptionHandler extends ExceptionHandler
153 static class SkeletonSyntaxExceptionHandler extends ExceptionHandler
H A DSerializableTestUtility.java815 map.put("ohos.global.icu.text.ArabicShapingException", new ExceptionHandler.ArabicShapingExceptionHandler());
816 map.put("ohos.global.icu.text.StringPrepParseException", new ExceptionHandler.StringPrepParseExceptionHandler());
817 map.put("ohos.global.icu.util.UResourceTypeMismatchException", new ExceptionHandler.UResourceTypeMismatchExceptionHandler());
818 map.put("ohos.global.icu.impl.InvalidFormatException", new ExceptionHandler.InvalidFormatExceptionHandler());
831 map.put("ohos.global.icu.util.IllformedLocaleException", new ExceptionHandler.IllformedLocaleExceptionHandler());
832 map.put("ohos.global.icu.impl.locale.LocaleSyntaxException", new ExceptionHandler.LocaleSyntaxExceptionHandler());
833 map.put("ohos.global.icu.impl.IllegalIcuArgumentException", new ExceptionHandler.IllegalIcuArgumentExceptionHandler());
843 map.put("ohos.global.icu.number.SkeletonSyntaxException", new ExceptionHandler.SkeletonSyntaxExceptionHandler());
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DExceptionHandler.java30 public abstract class ExceptionHandler implements SerializableTestUtility.Handler class
40 static class ArabicShapingExceptionHandler extends ExceptionHandler
55 static class StringPrepParseExceptionHandler extends ExceptionHandler
71 static class UResourceTypeMismatchExceptionHandler extends ExceptionHandler
86 static class InvalidFormatExceptionHandler extends ExceptionHandler
101 static class IllformedLocaleExceptionHandler extends ExceptionHandler
121 static class LocaleSyntaxExceptionHandler extends ExceptionHandler
141 static class IllegalIcuArgumentExceptionHandler extends ExceptionHandler
152 static class SkeletonSyntaxExceptionHandler extends ExceptionHandler
H A DSerializableTestUtility.java848 map.put("com.ibm.icu.text.ArabicShapingException", new ExceptionHandler.ArabicShapingExceptionHandler());
849 map.put("com.ibm.icu.text.StringPrepParseException", new ExceptionHandler.StringPrepParseExceptionHandler());
850 map.put("com.ibm.icu.util.UResourceTypeMismatchException", new ExceptionHandler.UResourceTypeMismatchExceptionHandler());
851 map.put("com.ibm.icu.impl.InvalidFormatException", new ExceptionHandler.InvalidFormatExceptionHandler());
865 map.put("com.ibm.icu.util.IllformedLocaleException", new ExceptionHandler.IllformedLocaleExceptionHandler());
866 map.put("com.ibm.icu.impl.locale.LocaleSyntaxException", new ExceptionHandler.LocaleSyntaxExceptionHandler());
867 map.put("com.ibm.icu.impl.IllegalIcuArgumentException", new ExceptionHandler.IllegalIcuArgumentExceptionHandler());
877 map.put("com.ibm.icu.number.SkeletonSyntaxException", new ExceptionHandler.SkeletonSyntaxExceptionHandler());
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilWindows.cpp31 LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() function
128 if (!AddVectoredExceptionHandler(1, ExceptionHandler)) { in SetSignalHandler()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h58 void BaselineAssembler::ExceptionHandler() const { __ ExceptionHandler(); } in ExceptionHandler() function in v8::internal::baseline::BaselineAssembler
H A Dbaseline-assembler.h38 inline void ExceptionHandler() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCWinEH.h35 const MCSymbol *ExceptionHandler = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp259 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() function
310 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler); in installExceptionOrSignalHandlers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWin64EH.cpp214 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
640 MCSymbolRefExpr::create(info->ExceptionHandler, in ARM64EmitUnwindInfo()
H A DMCStreamer.cpp745 CurFrame->ExceptionHandler = Sym; in EmitWinEHHandler()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h406 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h566 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h752 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h561 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc543 tasm()->ExceptionHandler(); in AssembleBlock()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h891 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h839 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h913 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h331 void TurboAssembler::ExceptionHandler() { JumpTarget(); } in ExceptionHandler() function in v8::internal::TurboAssembler
H A Dmacro-assembler-arm64.h631 inline void ExceptionHandler();
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h963 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc371 struct ExceptionHandler { struct in v8::internal::compiler::BytecodeGraphBuilder
486 ZoneStack<ExceptionHandler> exception_handlers_;
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1098 void ExceptionHandler() {} in ExceptionHandler() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4381 __ ExceptionHandler();

Completed in 73 milliseconds