Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h190 Node* TrapIfTrue(wasm::TrapReason reason, Node* cond,
Dwasm-compiler.cc934 Node* WasmGraphBuilder::TrapIfTrue(wasm::TrapReason reason, Node* cond, in TrapIfTrue() function in v8::internal::compiler::WasmGraphBuilder
961 return TrapIfTrue(reason, in TrapIfEq32()
980 return TrapIfTrue(reason, in TrapIfEq64()
1689 TrapIfTrue(wasm::kTrapFloatUnrepresentable, test, position); in BuildIntConvertFloat()