Lines Matching refs:target_offset
1046 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1050 target_offset); in VisitMethod()
1054 uint32_t target_offset = GetDexCacheOffset(patch); in VisitMethod() local
1058 target_offset); in VisitMethod()
1062 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1066 target_offset); in VisitMethod()
1070 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1071 PatchCodeAddress(&patched_code_, literal_offset, target_offset); in VisitMethod()
1138 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local
1141 if (UNLIKELY(target_offset == 0)) { in GetTargetOffset()
1151 target_offset = PointerToLowMemUInt32(oat_code_offset); in GetTargetOffset()
1153 target_offset = target->IsNative() in GetTargetOffset()
1158 return target_offset; in GetTargetOffset()
1248 void PatchCodeAddress(std::vector<uint8_t>* code, uint32_t offset, uint32_t target_offset) in PatchCodeAddress() argument
1250 uint32_t address = target_offset; in PatchCodeAddress()
1257 static_cast<int32_t>(target_offset)); in PatchCodeAddress()