Searched refs:RefNull (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 81 void InitExprInterface::RefNull(FullDecoder* decoder, ValueType type, in RefNull() function in v8::internal::wasm::InitExprInterface
|
H A D | graph-builder-interface.cc | 159 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 D | wasm-module.h | 105 static ConstantExpression RefNull(HeapType::Representation repr) { in RefNull() function in v8::internal::wasm::ConstantExpression
|
H A D | function-body-decoder-impl.h | 915 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 D | wasm-opcodes.h | 79 V(RefNull, 0xd0, _) \
|
H A D | module-decoder.cc | 1920 return ConstantExpression::RefNull(type.representation()); in consume_init_expr()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 277 Node* RefNull();
|
H A D | wasm-compiler.cc | 676 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 D | liftoff-compiler.cc | 2182 void RefNull(FullDecoder* decoder, ValueType type, Value*) {
|
Completed in 41 milliseconds