Lines Matching refs:current_offset

58                                                     int current_offset) {  in GetUnwindPlanAtCallSite()  argument
61 if (UnwindPlanSP plan_sp = GetEHFrameUnwindPlan(target, current_offset)) in GetUnwindPlanAtCallSite()
63 if (UnwindPlanSP plan_sp = GetDebugFrameUnwindPlan(target, current_offset)) in GetUnwindPlanAtCallSite()
65 if (UnwindPlanSP plan_sp = GetCompactUnwindUnwindPlan(target, current_offset)) in GetUnwindPlanAtCallSite()
67 if (UnwindPlanSP plan_sp = GetArmUnwindUnwindPlan(target, current_offset)) in GetUnwindPlanAtCallSite()
74 int current_offset) { in GetCompactUnwindUnwindPlan() argument
85 if (current_offset != -1) in GetCompactUnwindUnwindPlan()
86 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetCompactUnwindUnwindPlan()
102 int current_offset) { in GetEHFrameUnwindPlan() argument
110 if (current_offset != -1) in GetEHFrameUnwindPlan()
111 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetEHFrameUnwindPlan()
124 int current_offset) { in GetDebugFrameUnwindPlan() argument
132 if (current_offset != -1) in GetDebugFrameUnwindPlan()
133 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetDebugFrameUnwindPlan()
147 int current_offset) { in GetArmUnwindUnwindPlan() argument
155 if (current_offset != -1) in GetArmUnwindUnwindPlan()
156 current_pc.SetOffset(current_pc.GetOffset() + current_offset); in GetArmUnwindUnwindPlan()
171 int current_offset) { in GetEHFrameAugmentedUnwindPlan() argument
189 UnwindPlanSP eh_frame_plan = GetEHFrameUnwindPlan(target, current_offset); in GetEHFrameAugmentedUnwindPlan()
212 int current_offset) { in GetDebugFrameAugmentedUnwindPlan() argument
231 GetDebugFrameUnwindPlan(target, current_offset); in GetDebugFrameAugmentedUnwindPlan()
255 int current_offset) { in GetAssemblyUnwindPlan() argument
311 int current_offset) { in GetUnwindPlanAtNonCallSite() argument
312 UnwindPlanSP eh_frame_sp = GetEHFrameUnwindPlan(target, current_offset); in GetUnwindPlanAtNonCallSite()
314 eh_frame_sp = GetDebugFrameUnwindPlan(target, current_offset); in GetUnwindPlanAtNonCallSite()
319 GetAssemblyUnwindPlan(target, thread, current_offset); in GetUnwindPlanAtNonCallSite()
349 GetEHFrameAugmentedUnwindPlan(target, thread, current_offset)) in GetUnwindPlanAtNonCallSite()
352 GetDebugFrameAugmentedUnwindPlan(target, thread, current_offset)) in GetUnwindPlanAtNonCallSite()