| /third_party/libffi/src/aarch64/ |
| D | ffi.c | 579 size_t stack_bytes, rtype_size, rsize; in ffi_call_int() local 586 stack_bytes = cif->bytes; in ffi_call_int() 603 context = alloca (sizeof(struct call_context) + stack_bytes + 32 + rsize); in ffi_call_int() 605 frame = (void*)((uintptr_t)stack + (uintptr_t)stack_bytes); in ffi_call_int()
|
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| D | liftoff-assembler-loong64.h | 2959 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 2961 addi_d(sp, sp, -stack_bytes); in CallC() 2968 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 2996 addi_d(sp, sp, stack_bytes); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| D | liftoff-assembler-mips.h | 2984 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 2986 addiu(sp, sp, -stack_bytes); in CallC() 2993 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 3021 addiu(sp, sp, stack_bytes); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/ppc/ |
| D | liftoff-assembler-ppc.h | 2942 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 2944 int total_size = RoundUp(stack_bytes, kSystemPointerSize); in CallC() 2980 DCHECK_LE(arg_bytes, stack_bytes); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/arm/ |
| D | liftoff-assembler-arm.h | 4147 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 4151 DCHECK(IsAligned(stack_bytes, kSystemPointerSize)); in CallC() 4153 AllocateStackSpace(stack_bytes); in CallC() 4182 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 4227 add(sp, sp, Operand(stack_bytes)); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/mips64/ |
| D | liftoff-assembler-mips64.h | 3529 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 3531 Daddu(sp, sp, -stack_bytes); in CallC() 3538 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 3566 Daddu(sp, sp, stack_bytes); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/s390/ |
| D | liftoff-assembler-s390.h | 2948 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 2950 int total_size = RoundUp(stack_bytes, 8); in CallC() 2986 DCHECK_LE(arg_bytes, stack_bytes); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
| D | liftoff-assembler-riscv64.h | 3714 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 3716 Add64(sp, sp, Operand(-stack_bytes)); in CallC() 3723 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 3751 Add64(sp, sp, Operand(stack_bytes)); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| D | liftoff-assembler-x64.h | 4086 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 4088 AllocateStackSpace(stack_bytes); in CallC() 4095 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 4122 addq(rsp, Immediate(stack_bytes)); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/ia32/ |
| D | liftoff-assembler-ia32.h | 4538 ValueKind out_argument_kind, int stack_bytes, in CallC() argument 4540 AllocateStackSpace(stack_bytes); in CallC() 4547 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 4578 add(esp, Immediate(stack_bytes)); in CallC()
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-assembler.h | 1478 int stack_bytes, ExternalReference ext_ref);
|
| D | liftoff-compiler.cc | 1504 int stack_bytes = std::max(param_bytes, out_arg_bytes); in GenerateCCall() local 1505 __ CallC(sig, arg_regs, result_regs, out_argument_kind, stack_bytes, in GenerateCCall()
|