/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1129 Node CallIndirect(uint32_t SigIndex, Node *Args) { in CallIndirect() function in IceBuilder
|
/third_party/node/deps/v8/src/wasm/ |
D | graph-builder-interface.cc | 660 void CallIndirect(FullDecoder* decoder, const Value& index, in CallIndirect() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface 1636 static CallInfo CallIndirect(const Value& index_value, uint32_t table_index, in CallIndirect() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface::CallInfo
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 3358 void CallIndirect(FullDecoder* decoder, const Value& index_val, in CallIndirect() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler 5971 __ CallIndirect(&sig, call_descriptor, target); in CallDirect() local 6004 void CallIndirect(FullDecoder* decoder, const Value& index_val, in CallIndirect() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler 6142 __ CallIndirect(&sig, call_descriptor, target); in CallIndirect() local 6268 __ CallIndirect(&sig, call_descriptor, target_reg); in CallRef() local
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 3040 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 3034 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 3577 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 3032 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 3007 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
D | liftoff-assembler-riscv64.h | 3762 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 3227 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in emit_i8x16_bitmask() function
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 4133 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 4238 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4589 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() function
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 3136 Node* WasmGraphBuilder::CallIndirect(uint32_t table_index, uint32_t sig_index, in CallIndirect() function in v8::internal::compiler::WasmGraphBuilder
|