/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | ffi.c | 815 size_t stack_bytes; in ffi_call() local 821 stack_bytes = ALIGN(cif->bytes, 16); in ffi_call() 826 ffi_call_SYSV (aarch64_prep_args, &context, &ecif, stack_bytes, fn); in ffi_call() 885 stack_bytes, fn); in ffi_call()
|
/external/libffi/src/aarch64/ |
D | ffi.c | 826 size_t stack_bytes; in ffi_call() local 832 stack_bytes = ALIGN(cif->bytes, 16); in ffi_call() 837 ffi_call_SYSV (aarch64_prep_args, &context, &ecif, stack_bytes, fn); in ffi_call() 896 stack_bytes, fn); in ffi_call()
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 1155 ValueType out_argument_type, int stack_bytes, in CallC() argument 1157 daddiu(sp, sp, -stack_bytes); in CallC() 1164 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 1192 daddiu(sp, sp, stack_bytes); in CallC()
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 857 ValueType out_argument_type, int stack_bytes, in CallC() argument 860 int total_size = RoundUp(stack_bytes, kQuadWordSizeInBytes); in CallC() 869 DCHECK_LE(arg_bytes, stack_bytes); in CallC()
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1291 ValueType out_argument_type, int stack_bytes, in CallC() argument 1293 addiu(sp, sp, -stack_bytes); in CallC() 1300 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 1328 addiu(sp, sp, stack_bytes); in CallC()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 319 ValueType out_argument_type, int stack_bytes, in CallC() argument
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 332 ValueType out_argument_type, int stack_bytes, in CallC() argument
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 332 ValueType out_argument_type, int stack_bytes, in CallC() argument
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1370 ValueType out_argument_type, int stack_bytes, in CallC() argument 1372 subp(rsp, Immediate(stack_bytes)); in CallC() 1379 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 1406 addp(rsp, Immediate(stack_bytes)); in CallC()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1543 ValueType out_argument_type, int stack_bytes, in CallC() argument 1545 sub(esp, Immediate(stack_bytes)); in CallC() 1552 DCHECK_LE(arg_bytes, stack_bytes); in CallC() 1583 add(esp, Immediate(stack_bytes)); in CallC()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 541 int stack_bytes, ExternalReference ext_ref);
|
D | liftoff-compiler.cc | 538 int stack_bytes = std::max(param_bytes, out_arg_bytes); in GenerateCCall() local 539 __ CallC(sig, arg_regs, result_regs, out_argument_type, stack_bytes, in GenerateCCall()
|