Searched refs:stack_offset (Results 1 – 5 of 5) sorted by relevance
769 int stack_offset, insn_len; in GetNonCallSiteUnwindPlanFromAssembly() local968 else if (sub_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()969 current_sp_bytes_offset_from_fa += stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()976 else if (add_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()977 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()994 else if (lea_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()995 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()1000 if (stack_offset > 0) in GetNonCallSiteUnwindPlanFromAssembly()1004 else if (lea_rbp_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()1014 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()[all …]
364 size_t stack_offset = 0; in tcache_init() local371 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()378 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()381 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()383 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()385 assert(stack_offset == stack_nelms * sizeof(void *)); in tcache_init()434 size_t size, stack_offset; in tcache_create_explicit() local439 stack_offset = size; in tcache_create_explicit()451 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset)); in tcache_create_explicit()
167 uint64_t stack_offset; in PrepareTrivialCall() local169 stack_offset = 24; in PrepareTrivialCall()171 stack_offset = 40; in PrepareTrivialCall()175 (uint64_t)(sp + stack_offset), (int)stack_offset, in PrepareTrivialCall()177 if (!process_sp->WritePointerToMemory(sp + stack_offset, reg_value, error)) in PrepareTrivialCall()254 uint64_t stack_offset; in GetArgumentValues() local256 stack_offset = 32; in GetArgumentValues()258 stack_offset = 48; in GetArgumentValues()261 addr_t current_stack_argument = sp + stack_offset; in GetArgumentValues()
2736 int stack_offset = 0; in mips_eabi_push_dummy_call() local2927 paddr_nz (stack_offset)); in mips_eabi_push_dummy_call()2978 stack_offset += align_up (partial_len, in mips_eabi_push_dummy_call()3053 int stack_offset = 0; in mips_n32n64_push_dummy_call() local3182 paddr_nz (stack_offset)); in mips_n32n64_push_dummy_call()3263 stack_offset += align_up (partial_len, in mips_n32n64_push_dummy_call()3391 int stack_offset = 0; in mips_o32_push_dummy_call() local3586 paddr_nz (stack_offset)); in mips_o32_push_dummy_call()3676 stack_offset += align_up (partial_len, in mips_o32_push_dummy_call()3843 int stack_offset = 0; in mips_o64_push_dummy_call() local[all …]
487 unsigned int stack_offset; member3803 info->stack_offset = cum->stack_words; in mips_arg_info()3805 info->stack_offset += info->stack_offset & 1; in mips_arg_info()3840 cum->stack_words = info.stack_offset + info.stack_words; in function_arg_advance()