Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2948 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h2942 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h3529 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h2984 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h2959 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h3714 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h3179 ValueKind out_argument_kind, int stack_bytes, in emit_i8x16_bitmask()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h4086 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h4538 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h4147 ValueKind out_argument_kind, int stack_bytes, in CallC()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc1504 int stack_bytes = std::max(param_bytes, out_arg_bytes); in GenerateCCall() local