Home
last modified time | relevance | path

Searched refs:RefAsFunc (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h435 CASE_OP(RefAsFunc, "ref.as_func") in OpcodeName()
H A Dgraph-builder-interface.cc1250 void RefAsFunc(FullDecoder* decoder, const Value& object, Value* result) { in RefAsFunc() function
1251 result->node = builder_->RefAsFunc(object.node, object.type.is_nullable(), in RefAsFunc()
H A Dwasm-opcodes.h716 V(RefAsFunc, 0xfb58, _) \
H A Dfunction-body-decoder-impl.h1056 F(RefAsFunc, const Value& object, Value* result) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h527 Node* RefAsFunc(Node* object, bool object_can_be_null,
H A Dwasm-compiler.cc5940 Node* WasmGraphBuilder::RefAsFunc(Node* object, bool object_can_be_null,
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5807 void RefAsFunc(FullDecoder* decoder, const Value& object,

Completed in 43 milliseconds