Lines Matching defs:IsNull
687 TrapIfTrue(wasm::kTrapIllegalCast, IsNull(arg), position);
1388 return IsNull(input);
1392 return gasm_->Int32Sub(gasm_->Int32Constant(1), IsNull(input));
2972 Node* WasmGraphBuilder::IsNull(Node* object) {
3298 TrapIfTrue(wasm::kTrapNullDereference, IsNull(args[0]), position);
3408 BranchExpectFalse(IsNull(ref_object), null_node, non_null_node);
5792 IsNull(object), BranchHint::kFalse);
5824 callbacks.fail_if(IsNull(object), BranchHint::kFalse);
5836 callbacks.fail_if(IsNull(object), BranchHint::kFalse);
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);
6405 gasm_->GotoIf(IsNull(node), &done, node);
6429 gasm_->GotoIf(IsNull(node), &done, node);