Home
last modified time | relevance | path

Searched defs:TailCallNativeWasmCode (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h3036 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h3030 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h3573 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h3003 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h3028 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h3223 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in emit_i8x16_bitmask() function
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h3758 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h4129 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h4234 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h4585 void LiftoffAssembler::TailCallNativeWasmCode(Address addr) { in TailCallNativeWasmCode() function
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5994 __ TailCallNativeWasmCode(addr); in CallDirect() local