Searched refs:RefAsFunc (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 435 CASE_OP(RefAsFunc, "ref.as_func") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1250 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 D | wasm-opcodes.h | 716 V(RefAsFunc, 0xfb58, _) \
|
H A D | function-body-decoder-impl.h | 1056 F(RefAsFunc, const Value& object, Value* result) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 527 Node* RefAsFunc(Node* object, bool object_can_be_null,
|
H A D | wasm-compiler.cc | 5940 Node* WasmGraphBuilder::RefAsFunc(Node* object, bool object_can_be_null,
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5807 void RefAsFunc(FullDecoder* decoder, const Value& object,
|
Completed in 43 milliseconds