Lines Matching refs:TrapIfTrue
687 TrapIfTrue(wasm::kTrapIllegalCast, IsNull(arg), position);
1495 void WasmGraphBuilder::TrapIfTrue(wasm::TrapReason reason, Node* cond,
1520 TrapIfTrue(reason, gasm_->Word32Equal(node, Int32Constant(val)), position);
1536 TrapIfTrue(reason, gasm_->Word64Equal(node, Int64Constant(val)), position);
2175 TrapIfTrue(wasm::kTrapFloatUnrepresentable, test, position);
3298 TrapIfTrue(wasm::kTrapNullDereference, IsNull(args[0]), position);
3833 TrapIfTrue(wasm::kTrapMemOutOfBounds, high_word, position);
5490 TrapIfTrue(wasm::kTrapMemOutOfBounds, any_high_word, position);
5700 TrapIfTrue(wasm::kTrapArrayTooLarge,
5705 TrapIfTrue(
5746 TrapIfTrue(wasm::kTrapIllegalCast, condition, position);
6023 TrapIfTrue(wasm::kTrapNullDereference, IsNull(struct_object), position);
6042 TrapIfTrue(wasm::kTrapNullDereference, IsNull(struct_object), position);
6072 TrapIfTrue(wasm::kTrapNullDereference, IsNull(array_object), position);
6089 TrapIfTrue(wasm::kTrapNullDereference, IsNull(array_object), position);
6100 TrapIfTrue(wasm::kTrapNullDereference, IsNull(array_object), position);
6113 TrapIfTrue(wasm::kTrapNullDereference, IsNull(dst_array), position);
6116 TrapIfTrue(wasm::kTrapNullDereference, IsNull(src_array), position);