Home
last modified time | relevance | path

Searched refs:TrapIfFalse (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc1503 void WasmGraphBuilder::TrapIfFalse(wasm::TrapReason reason, Node* cond, in TrapIfFalse() function in v8::internal::compiler::WasmGraphBuilder
1518 TrapIfFalse(reason, node, position); in TrapIfEq32()
1582 TrapIfFalse(reason, Int32Constant(0), position); in Trap()
3213 TrapIfFalse(wasm::kTrapTableOutOfBounds, in_bounds, position); in BuildIndirectCall()
3235 TrapIfFalse(wasm::kTrapFuncSigMismatch, sig_match, position); in BuildIndirectCall()
3798 TrapIfFalse(wasm::kTrapUnalignedAccess, in CheckBoundsAndAlignment()
3873 TrapIfFalse(wasm::kTrapMemOutOfBounds, cond, position); in BoundsCheckMem()
3881 TrapIfFalse(wasm::kTrapMemOutOfBounds, cond, position); in BoundsCheckMem()
5437 TrapIfFalse(wasm::kTrapMemOutOfBounds, call, position); in MemoryInit()
5509 TrapIfFalse(was in MemoryCopy()
[all...]
H A Dwasm-compiler.h318 void TrapIfFalse(wasm::TrapReason reason, Node* cond,
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc457 builder_->TrapIfFalse( in AssertNull()

Completed in 13 milliseconds