Lines Matching refs:target_offset
1760 uint32_t target_offset = GetTargetIntrinsicReferenceOffset(patch); in VisitMethod() local
1764 target_offset); in VisitMethod()
1768 uint32_t target_offset = in VisitMethod() local
1774 target_offset); in VisitMethod()
1778 uint32_t target_offset = in VisitMethod() local
1783 target_offset); in VisitMethod()
1788 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1792 target_offset); in VisitMethod()
1796 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1800 target_offset); in VisitMethod()
1805 uint32_t target_offset = in VisitMethod() local
1810 target_offset); in VisitMethod()
1814 uint32_t target_offset = GetTargetObjectOffset(GetTargetType(patch)); in VisitMethod() local
1818 target_offset); in VisitMethod()
1823 uint32_t target_offset = writer_->bss_start_ + writer_->bss_type_entries_.Get(ref); in VisitMethod() local
1827 target_offset); in VisitMethod()
1831 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod() local
1835 target_offset); in VisitMethod()
1914 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local
1916 if (UNLIKELY(target_offset == 0)) { in GetTargetOffset()
1930 return target_offset; in GetTargetOffset()