Searched refs:RefAsNonNull (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 396 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 D | function-body-decoder-impl.h | 940 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 D | wasm-opcodes.h | 82 V(RefAsNonNull, 0xd3, _ /* typed_funcref prototype */)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 279 Node* RefAsNonNull(Node* arg, wasm::WasmCodePosition position);
|
H A D | wasm-compiler.cc | 684 Node* WasmGraphBuilder::RefAsNonNull(Node* arg, in RefAsNonNull() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2197 void RefAsNonNull(FullDecoder* decoder, const Value& arg, Value* result) {
|
Completed in 33 milliseconds