Searched refs:RefFunc (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 87 void InitExprInterface::RefFunc(FullDecoder* decoder, uint32_t function_index, in RefFunc() function in v8::internal::wasm::InitExprInterface
|
H A D | wasm-module.h | 101 static ConstantExpression RefFunc(uint32_t index) { in RefFunc() function in v8::internal::wasm::ConstantExpression
|
H A D | module-decoder.cc | 1093 : ConstantExpression::RefFunc( in DecodeElementSection() 1909 return ConstantExpression::RefFunc(index); in consume_init_expr()
|
H A D | graph-builder-interface.cc | 392 void RefFunc(FullDecoder* decoder, uint32_t function_index, Value* result) { in RefFunc() function 393 result->node = builder_->RefFunc(function_index); in RefFunc()
|
H A D | function-body-decoder-impl.h | 916 F(RefFunc, uint32_t function_index, Value* result) \ 3121 DECODE(RefFunc) { in DECODE() 3129 CALL_INTERFACE_IF_OK_AND_REACHABLE(RefFunc, imm.index, &value); in DECODE() 3550 DECODE_IMPL_CONST(RefFunc); in GetOpcodeHandlerTableEntry()
|
H A D | wasm-opcodes.h | 81 V(RefFunc, 0xd2, _) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 278 Node* RefFunc(uint32_t function_index);
|
H A D | wasm-compiler.cc | 678 Node* WasmGraphBuilder::RefFunc(uint32_t function_index) { in RefFunc() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2188 void RefFunc(FullDecoder* decoder, uint32_t function_index, Value* result) {
|
Completed in 52 milliseconds