Searched refs:TrapIfEq32 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 323 void TrapIfEq32(wasm::TrapReason reason, Node* node, int32_t val,
|
H A D | wasm-compiler.cc | 1512 void WasmGraphBuilder::TrapIfEq32(wasm::TrapReason reason, Node* node, in TrapIfEq32() function in v8::internal::compiler::WasmGraphBuilder 1527 TrapIfEq32(reason, node, 0, position); in ZeroCheck32() 2691 TrapIfEq32(wasm::kTrapDivUnrepresentable, left, kMinInt, position); in BuildI32DivS() 2968 TrapIfEq32(wasm::kTrapDivUnrepresentable, call, -1, position); in BuildDiv64Call() 3786 TrapIfEq32(wasm::kTrapUnalignedAccess, Int32Constant(0), 0, position); in CheckBoundsAndAlignment() 3819 TrapIfEq32(wasm::kTrapMemOutOfBounds, Int32Constant(0), 0, position); in BoundsCheckMem()
|
Completed in 15 milliseconds