Searched defs:RefNull (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ | ||
| D | init-expr-interface.cc | 81 void InitExprInterface::RefNull(FullDecoder* decoder, ValueType type, in RefNull() function in v8::internal::wasm::InitExprInterface |
| D | wasm-module.h | 105 static ConstantExpression RefNull(HeapType::Representation repr) { in RefNull() function |
| D | graph-builder-interface.cc | 388 void RefNull(FullDecoder* decoder, ValueType type, Value* result) { in RefNull() function in v8::internal::wasm::__anonb30777c60111::WasmGraphBuildingInterface |
| /third_party/node/deps/v8/src/compiler/ | ||
| D | wasm-compiler.cc | 676 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/ | ||
| D | liftoff-compiler.cc | 2182 void RefNull(FullDecoder* decoder, ValueType type, Value*) { in RefNull() function in v8::internal::wasm::__anon591850460111::LiftoffCompiler |