Home
last modified time | relevance | path

Searched defs:RefNull (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dinit-expr-interface.cc81 void InitExprInterface::RefNull(FullDecoder* decoder, ValueType type, in RefNull() function in v8::internal::wasm::InitExprInterface
Dwasm-module.h105 static ConstantExpression RefNull(HeapType::Representation repr) { in RefNull() function
Dgraph-builder-interface.cc388 void RefNull(FullDecoder* decoder, ValueType type, Value* result) { in RefNull() function in v8::internal::wasm::__anonb30777c60111::WasmGraphBuildingInterface
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc676 Node* WasmGraphBuilder::RefNull() { return LOAD_ROOT(NullValue, null_value); } in RefNull() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2182 void RefNull(FullDecoder* decoder, ValueType type, Value*) { in RefNull() function in v8::internal::wasm::__anon591850460111::LiftoffCompiler