/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 660 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 D | wasm-opcodes-inl.h | 159 CASE_OP(CallIndirect, "call_indirect") in OpcodeName()
|
H A D | function-body-decoder-impl.h | 977 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 D | wasm-opcodes.h | 60 V(CallIndirect, 0x11, _) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 354 Node* CallIndirect(uint32_t table_index, uint32_t sig_index,
|
H A D | wasm-compiler.cc | 3136 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 D | liftoff-compiler.cc | 3358 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 D | liftoff-assembler.h | 1483 inline void CallIndirect(const ValueKindSig* sig,
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | WasmTranslator.cpp | 1129 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 D | liftoff-assembler-ppc.h | 3034 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 D | liftoff-assembler-mips.h | 3032 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 D | liftoff-assembler-loong64.h | 3007 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 D | liftoff-assembler-s390.h | 3040 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 D | liftoff-assembler-mips64.h | 3577 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 D | liftoff-assembler-ia32.h | 4589 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig,
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4238 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig,
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4133 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 D | liftoff-assembler-riscv64.h | 3762 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function in v8::internal::wasm::LiftoffAssembler
|