Home
last modified time | relevance | path

Searched refs:CallIndirect (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc660 void CallIndirect(FullDecoder* decoder, const Value& index, in CallIndirect() function
665 CallInfo::CallIndirect(index, imm.table_imm.index, imm.sig_imm.index), in CallIndirect()
674 CallInfo::CallIndirect(index, imm.table_imm.index, imm.sig_imm.index), in ReturnCallIndirect()
1636 static CallInfo CallIndirect(const Value& index_value, uint32_t table_index, in CallIndirect() function in v8::internal::wasm::__anon15171::WasmGraphBuildingInterface::Value::Control::CallInfo
1718 decoder, builder_->CallIndirect( in DoCall()
H A Dwasm-opcodes-inl.h159 CASE_OP(CallIndirect, "call_indirect") in OpcodeName()
H A Dfunction-body-decoder-impl.h977 F(CallIndirect, const Value& index, \
3319 DECODE(CallIndirect) { in DECODE()
3326 CALL_INTERFACE_IF_OK_AND_REACHABLE(CallIndirect, index, imm, args.begin(), in DECODE()
3569 DECODE_IMPL(CallIndirect); in GetOpcodeHandlerTableEntry()
H A Dwasm-opcodes.h60 V(CallIndirect, 0x11, _) \
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h354 Node* CallIndirect(uint32_t table_index, uint32_t sig_index,
H A Dwasm-compiler.cc3136 Node* WasmGraphBuilder::CallIndirect(uint32_t table_index, uint32_t sig_index, in CallIndirect() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3358 void CallIndirect(FullDecoder* decoder, const Value& index_val,
3361 CallIndirect(decoder, index_val, imm, kNoTailCall);
3381 CallIndirect(decoder, index_val, imm, kTailCall);
5971 __ CallIndirect(&sig, call_descriptor, target);
6004 void CallIndirect(FullDecoder* decoder, const Value& index_val,
6142 __ CallIndirect(&sig, call_descriptor, target);
6268 __ CallIndirect(&sig, call_descriptor, target_reg);
H A Dliftoff-assembler.h1483 inline void CallIndirect(const ValueKindSig* sig,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() function in IceBuilder
1130 LOG(out << "CallIndirect(" << SigIndex << ")\n"); in CallIndirect()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h3034 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h3032 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h3007 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h3040 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h3577 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4589 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig,
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h4238 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig,
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h4133 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3762 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler

Completed in 100 milliseconds