Searched refs:stack_bytes (Results 1 – 3 of 3) sorted by relevance
290 int64 stack_bytes = in InsertSpecialAllocations() local292 if (stack_bytes > 0) { in InsertSpecialAllocations()296 special_allocation->set_requested_bytes(stack_bytes); in InsertSpecialAllocations()297 special_allocation->set_allocation_bytes(stack_bytes); in InsertSpecialAllocations()
579 size_t stack_bytes, rtype_size, rsize; in ffi_call_int() local586 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()
815 size_t stack_bytes; in ffi_call() local821 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()