Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h431 CASE_OP(RefIsFunc, "ref.is_func") in OpcodeName()
H A Dgraph-builder-interface.cc1246 void RefIsFunc(FullDecoder* decoder, const Value& object, Value* result) { in RefIsFunc() function
1247 result->node = builder_->RefIsFunc(object.node, object.type.is_nullable()); in RefIsFunc()
H A Dwasm-opcodes.h712 V(RefIsFunc, 0xfb50, _) \
H A Dfunction-body-decoder-impl.h1052 F(RefIsFunc, const Value& object, Value* result) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h526 Node* RefIsFunc(Node* object, bool object_can_be_null);
H A Dwasm-compiler.cc5931 Node* WasmGraphBuilder::RefIsFunc(Node* object, bool object_can_be_null) {
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5775 void RefIsFunc(FullDecoder* /* decoder */, const Value& object,

Completed in 35 milliseconds