Lines Matching refs:GetOffset
983 m_lldb_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
991 m_lldb_alt_fp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1014 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1026 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1073 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1120 m_lldb_sp_regnum, fa_value_ptr->GetOffset()); in GetNonCallSiteUnwindPlanFromAssembly()
1122 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1150 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
1152 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset())); in GetNonCallSiteUnwindPlanFromAssembly()
1205 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1218 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1241 (sp.IsCFAPlusOffset() && sp.GetOffset() == 0 && in GetNonCallSiteUnwindPlanFromAssembly()
1242 pc.IsAtCFAPlusOffset() && pc.GetOffset() == -m_wordsize)) { in GetNonCallSiteUnwindPlanFromAssembly()
1342 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite()
1351 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
1396 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= offset) { in AugmentUnwindPlanFromCallSite()
1400 if (original_row->GetOffset() == offset) { in AugmentUnwindPlanFromCallSite()