Home
last modified time | relevance | path

Searched refs:RefNull (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dfunction-body-decoder.cc232 void RefNull(FullDecoder* decoder, Value* result) { in RefNull() function in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface
233 result->node = builder_->RefNull(); in RefNull()
Dwasm-opcodes.h61 V(RefNull, 0xd0, _)
Dfunction-body-decoder-impl.h625 F(RefNull, Value* result) \
1740 CALL_INTERFACE_IF_REACHABLE(RefNull, value); in DecodeFunctionBody()
/external/v8/src/compiler/
Dwasm-compiler.h155 Node* RefNull();
Dwasm-compiler.cc216 Node* WasmGraphBuilder::RefNull() { in RefNull() function in v8::internal::compiler::WasmGraphBuilder
850 return graph()->NewNode(m->WordEqual(), input, RefNull()); in Unop()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1029 void RefNull(FullDecoder* decoder, Value* result) { in RefNull() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler