Searched refs:stack_offset (Results 1 – 3 of 3) sorted by relevance
974 int stack_offset, insn_len; in GetNonCallSiteUnwindPlanFromAssembly() local1173 else if (sub_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()1174 current_sp_bytes_offset_from_fa += stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()1181 else if (add_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()1182 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()1199 else if (lea_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()1200 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()1205 if (stack_offset > 0) in GetNonCallSiteUnwindPlanFromAssembly()1209 else if (lea_rbp_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()1219 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()[all …]
418 size_t stack_offset = 0; in tcache_init() local425 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()432 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()435 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()437 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()439 assert(stack_offset == stack_nelms * sizeof(void *)); in tcache_init()488 size_t size, stack_offset; in tcache_create_explicit() local493 stack_offset = size; in tcache_create_explicit()505 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset)); in tcache_create_explicit()
161 uint64_t stack_offset; in PrepareTrivialCall() local163 stack_offset = 24; in PrepareTrivialCall()165 stack_offset = 40; in PrepareTrivialCall()168 (uint64_t)(sp + stack_offset), (int)stack_offset, in PrepareTrivialCall()170 if (!process_sp->WritePointerToMemory(sp + stack_offset, reg_value, error)) in PrepareTrivialCall()244 uint64_t stack_offset; in GetArgumentValues() local246 stack_offset = 32; in GetArgumentValues()248 stack_offset = 48; in GetArgumentValues()251 addr_t current_stack_argument = sp + stack_offset; in GetArgumentValues()