Home
last modified time | relevance | path

Searched refs:RefNull (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc81 void InitExprInterface::RefNull(FullDecoder* decoder, ValueType type, in RefNull() function in v8::internal::wasm::InitExprInterface
H A Dgraph-builder-interface.cc159 node = builder_->RefNull(); in StartFunction()
388 void RefNull(FullDecoder* decoder, ValueType type, Value* result) { in RefNull() function
389 result->node = builder_->RefNull(); in RefNull()
459 builder_->Binop(kExprRefEq, obj.node, builder_->RefNull(), in AssertNull()
1474 return builder_->RefNull(); in DefaultValue()
H A Dwasm-module.h105 static ConstantExpression RefNull(HeapType::Representation repr) { in RefNull() function in v8::internal::wasm::ConstantExpression
H A Dfunction-body-decoder-impl.h915 F(RefNull, ValueType type, Value* result) \
3080 DECODE(RefNull) { in DECODE()
3087 CALL_INTERFACE_IF_OK_AND_REACHABLE(RefNull, type, &value); in DECODE()
3548 DECODE_IMPL_CONST(RefNull); in GetOpcodeHandlerTableEntry()
H A Dwasm-opcodes.h79 V(RefNull, 0xd0, _) \
H A Dmodule-decoder.cc1920 return ConstantExpression::RefNull(type.representation()); in consume_init_expr()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h277 Node* RefNull();
H A Dwasm-compiler.cc676 Node* WasmGraphBuilder::RefNull() { return LOAD_ROOT(NullValue, null_value); } in RefNull() function in v8::internal::compiler::WasmGraphBuilder
2973 return gasm_->TaggedEqual(object, RefNull()); in IsNull()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2182 void RefNull(FullDecoder* decoder, ValueType type, Value*) {

Completed in 41 milliseconds