Home
last modified time | relevance | path

Searched refs:RefAsNonNull (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc396 void RefAsNonNull(FullDecoder* decoder, const Value& arg, Value* result) { in RefAsNonNull() function
397 result->node = builder_->RefAsNonNull(arg.node, decoder->position()); in RefAsNonNull()
H A Dfunction-body-decoder-impl.h940 F(RefAsNonNull, const Value& arg, Value* result) \
3134 DECODE(RefAsNonNull) { in DECODE()
3146 CALL_INTERFACE_IF_OK_AND_REACHABLE(RefAsNonNull, value, &result); in DECODE()
3551 DECODE_IMPL(RefAsNonNull); in GetOpcodeHandlerTableEntry()
4788 CALL_INTERFACE(RefAsNonNull, arg, &result); \ in DecodeGCOpcode()
H A Dwasm-opcodes.h82 V(RefAsNonNull, 0xd3, _ /* typed_funcref prototype */)
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h279 Node* RefAsNonNull(Node* arg, wasm::WasmCodePosition position);
H A Dwasm-compiler.cc684 Node* WasmGraphBuilder::RefAsNonNull(Node* arg, in RefAsNonNull() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2197 void RefAsNonNull(FullDecoder* decoder, const Value& arg, Value* result) {

Completed in 33 milliseconds