/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.hh | 544 class Trap : public Ref { 546 Trap() = delete; 547 ~Trap(); 549 static auto make(Store*, const Message& msg) -> own<Trap>; 550 auto copy() const -> own<Trap>; 639 using callback = auto (*)(const Val[], Val[]) -> own<Trap>; 640 using callback_with_env = auto (*)(void*, const Val[], Val[]) -> own<Trap>; 651 auto call(const Val[] = nullptr, Val[] = nullptr) const -> own<Trap>; 722 Store*, const Module*, const Extern* const[], own<Trap>* = nullptr
|
/third_party/mksh/ |
H A D | histrap.c | 32 Trap sigtraps[ksh_NSIG + 1]; 1170 Trap * 1174 Trap *p; in gettrap() 1231 Trap *p = &sigtraps[i]; in trapsig() 1264 Trap *p = sigtraps; in fatal_trap_check() 1285 Trap *p = sigtraps; in trap_pending() 1304 Trap *p = sigtraps; in runtraps() 1335 runtrap(Trap *p, bool is_last) in runtrap() 1398 Trap *p = sigtraps; in cleartraps() 1417 Trap * in restoresigs() [all...] |
H A D | sh.h | 1349 } Trap; typedef 1351 /* values for Trap.flags */ 1379 extern Trap sigtraps[ksh_NSIG + 1]; 2527 Trap *gettrap(const char *, bool, bool); 2533 void runtrap(Trap *, bool); 2536 void settrap(Trap *, const char *); 2539 int setsig(Trap *, sig_t, int); 2540 void setexecsig(Trap *, int);
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | trap.cc | 12 ) -> wasm::own<wasm::Trap> { 16 return wasm::Trap::make(store, message);
|
H A D | multi.cc | 12 ) -> wasm::own<wasm::Trap> { 91 if (wasm::own<wasm::Trap> trap = run_func->call(args, results)) { in run()
|
H A D | callback.cc | 39 ) -> wasm::own<wasm::Trap> { 49 ) -> wasm::own<wasm::Trap> {
|
H A D | hello.cc | 13 ) -> wasm::own<wasm::Trap> {
|
H A D | serialize.cc | 13 ) -> wasm::own<wasm::Trap> {
|
H A D | start.cc | 49 wasm::own<wasm::Trap> trap; in run()
|
H A D | threads.cc | 14 ) -> wasm::own<wasm::Trap> {
|
H A D | table.cc | 13 ) -> wasm::own<wasm::Trap> {
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler-inl.h | 63 void BaselineAssembler::Trap() { __ Trap(); } in Trap() function in v8::internal::baseline::BaselineAssembler
|
H A D | baseline-compiler.cc | 903 __ Trap(); in VisitStaModuleVariable() 2160 __ Trap(); in VisitThrow() 2165 __ Trap(); in VisitReThrow() 2184 __ Trap(); in VisitThrowReferenceErrorIfHole() 2194 __ Trap(); in VisitThrowSuperNotCalledIfHole() 2204 __ Trap(); in VisitThrowSuperAlreadyCalledIfNotHole() 2261 __ Trap(); in VisitSwitchOnGeneratorState() 2315 __ Trap(); in VisitAbort()
|
H A D | baseline-assembler.h | 40 inline void Trap();
|
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator.cc | 773 #define CACHED_TRAP_IF(Trap) \ 774 TrapIfOperator<TrapId::k##Trap> kTrapIf##Trap##Operator; 788 #define CACHED_TRAP_UNLESS(Trap) \ 789 TrapUnlessOperator<TrapId::k##Trap> kTrapUnless##Trap##Operator; 999 #define CACHED_TRAP_IF(Trap) \ in TrapIf() 1000 case TrapId::k##Trap: \ in TrapIf() 1001 return &cache_.kTrapIf##Trap##Operator; in TrapIf() 1018 #define CACHED_TRAP_UNLESS(Trap) \ in TrapUnless() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 1008 struct implement<Trap> { 1009 using type = RefImpl<Trap, i::JSReceiver>; 1012 Trap::~Trap() = default; 1014 auto Trap::copy() const -> own<Trap> { return impl(this)->copy(); } 1016 auto Trap::make(Store* store_abs, const Message& message) -> own<Trap> { 1026 return implement<Trap>::type::make(store, exception); 1029 auto Trap [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceIntrinsics.h | 56 Trap, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 177 Trap, enumerator 280 bool isTrap() const { return Flags & (1ULL << MCID::Trap); } in isTrap()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | types.rs | 97 Trap = linux_raw_sys::general::SIGTRAP, 171 linux_raw_sys::general::SIGTRAP => Some(Self::Trap), in from_raw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsLegalizerInfo.cpp | 375 MachineInstr *Trap = MIRBuilder.buildInstr(Mips::TRAP); in legalizeIntrinsic() local 377 return constrainSelectedInstRegOperands(*Trap, TII, TRI, RBI); in legalizeIntrinsic()
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | types.rs | 198 Trap = c::SIGTRAP, 301 c::SIGTRAP => Some(Self::Trap), in from_raw()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 226 __ Trap(); // Unreachable. in Generate_BaselineOrInterpreterEntry() 786 __ Trap(); // Unreachable. in Generate_ConstructedNonConstructable() 1443 __ Trap(); in Generate_BaselineOutOfLinePrologue() 2378 __ Trap(); // Unreachable. in Generate_CallOrConstructForwardVarargs() 2693 __ Trap(); // Unreachable. in Generate_Call() 2702 __ Trap(); // Unreachable. in Generate_Call() 2930 __ Trap(); in Generate_GenericJSToWasmWrapper() 2935 __ Trap(); in Generate_WasmReturnPromiseOnSuspend() 2940 __ Trap(); in Generate_WasmSuspend() 2945 __ Trap(); in Generate_WasmResume() [all...] |
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 227 __ Trap(); // Unreachable. in Generate_BaselineOrInterpreterEntry() 760 __ Trap(); // Unreachable. in Generate_ConstructedNonConstructable() 1474 __ Trap(); in Generate_BaselineOutOfLinePrologue() 2425 __ Trap(); // Unreachable. in Generate_CallOrConstructForwardVarargs() 2739 __ Trap(); // Unreachable. in Generate_Call() 2748 __ Trap(); // Unreachable. in Generate_Call() 2965 __ Trap(); in Generate_GenericJSToWasmWrapper() 2970 __ Trap(); in Generate_WasmReturnPromiseOnSuspend() 2975 __ Trap(); in Generate_WasmSuspend() 2980 __ Trap(); in Generate_WasmResume() [all...] |
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 1797 __ Trap(); in Generate_BaselineOutOfLinePrologue() 2654 __ Trap(); // Unreachable. in Generate_Call() 2663 __ Trap(); // Unreachable. in Generate_Call() 2963 __ Trap(); in Generate_GenericJSToWasmWrapper() 2968 __ Trap(); in Generate_WasmReturnPromiseOnSuspend() 2973 __ Trap(); in Generate_WasmSuspend() 2978 __ Trap(); in Generate_WasmResume() 2983 __ Trap(); in Generate_WasmOnStackReplace() 4297 __ Trap(); // Unreachable. in Generate_BaselineOrInterpreterEntry()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 1791 __ Trap(); in Generate_BaselineOutOfLinePrologue() 2588 __ Trap(); // Unreachable. in Generate_Call() 2597 __ Trap(); // Unreachable. in Generate_Call() 3070 __ Trap(); in RestoreParentSuspender() 4026 __ Trap(); in Generate_WasmSuspend() 4069 __ Trap(); in Generate_WasmSuspend() 4120 __ Trap(); // TODO(thibaudm): Throw a wasm trap. in Generate_WasmResume() 4192 __ Trap(); in Generate_WasmResume() 5153 __ Trap(); // Unreachable. in Generate_BaselineOrInterpreterEntry()
|