Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc131 AddTrapIfTrue(reason, in TrapIfEq32()
150 AddTrapIfTrue(reason, graph()->NewNode(jsgraph()->machine()->Word64Equal(), in TrapIfEq64()
163 void AddTrapIfTrue(wasm::TrapReason reason, Node* cond, in AddTrapIfTrue() function in v8::internal::compiler::WasmTrapHelper
1298 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32SConvertF32()
1314 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32SConvertF64()
1330 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32UConvertF32()
1346 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32UConvertF64()