Home
last modified time | relevance | path

Searched refs:TrapIfEq32 (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.cc109 Node* TrapIfEq32(TrapReason reason, Node* node, int32_t val) { in TrapIfEq32() function in v8::internal::compiler::WasmTrapHelper
124 return TrapIfEq32(reason, node, 0); in ZeroCheck32()
399 trap_->TrapIfEq32(kTrapDivUnrepresentable, left, kMinInt); in Binop()