Lines Matching refs:target_offset
1737 uint32_t target_offset = GetTargetIntrinsicReferenceOffset(patch); in VisitMethod() local
1741 target_offset); in VisitMethod()
1745 uint32_t target_offset = in VisitMethod() local
1751 target_offset); in VisitMethod()
1755 uint32_t target_offset = in VisitMethod() local
1760 target_offset); in VisitMethod()
1765 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1769 target_offset); in VisitMethod()
1773 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1777 target_offset); in VisitMethod()
1782 uint32_t target_offset = in VisitMethod() local
1787 target_offset); in VisitMethod()
1791 uint32_t target_offset = GetTargetObjectOffset(GetTargetType(patch)); in VisitMethod() local
1795 target_offset); in VisitMethod()
1800 uint32_t target_offset = writer_->bss_start_ + writer_->bss_type_entries_.Get(ref); in VisitMethod() local
1804 target_offset); in VisitMethod()
1808 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod() local
1812 target_offset); in VisitMethod()
1885 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local
1888 if (UNLIKELY(target_offset == 0)) { in GetTargetOffset()
1898 target_offset = PointerToLowMemUInt32(oat_code_offset); in GetTargetOffset()
1900 target_offset = target->IsNative() in GetTargetOffset()
1905 return target_offset; in GetTargetOffset()