Home
last modified time | relevance | path

Searched defs:target_offset (Results 1 – 17 of 17) sorted by relevance

/art/compiler/linker/
Drelative_patcher_test.h157 uint32_t target_offset = in Link() local
162 uint32_t target_offset = in Link() local
169 uint32_t target_offset = in Link() local
Dmulti_oat_relative_patcher.h99 uint32_t target_offset) { in PatchCall()
109 uint32_t target_offset) { in PatchPcRelativeReference()
Dmulti_oat_relative_patcher_test.cc83 uint32_t target_offset) OVERRIDE { in PatchCall()
92 uint32_t target_offset) OVERRIDE { in PatchPcRelativeReference()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc27 uint32_t target_offset) { in PatchPcRelativeReference()
/art/compiler/linker/x86/
Drelative_patcher_x86.cc27 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_x86_base.cc40 uint32_t target_offset) { in PatchCall()
/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc49 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_mips64_test.cc60 uint32_t target_offset) { in CheckPcRelativePatch()
/art/compiler/linker/mips/
Drelative_patcher_mips.cc49 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_mips_test.cc61 uint32_t target_offset) { in CheckPcRelativePatch()
Drelative_patcher_mips32r6_test.cc59 uint32_t target_offset) { in CheckPcRelativePatch()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc271 uint32_t target_offset) { in CalculateMethodCallDisplacement()
421 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls() local
Drelative_patcher_thumb2.cc55 uint32_t target_offset) { in PatchCall()
83 uint32_t target_offset) { in PatchPcRelativeReference()
166 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
Drelative_patcher_thumb2_test.cc116 uint32_t BneWWithOffset(uint32_t bne_offset, uint32_t target_offset) { in BneWWithOffset()
316 uint32_t target_offset) { in CheckPcRelativePatch()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc185 target_offset) { in PatchCall()
205 uint32_t target_offset) { in PatchPcRelativeReference()
347 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
Drelative_patcher_arm64_test.cc215 uint32_t target_offset, in GenNopsAndAdrpAndUse()
248 uint32_t target_offset) { in GenNopsAndAdrpLdr()
267 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestNopsAdrpLdr() local
274 uint32_t target_offset) { in GenNopsAndAdrpAdd()
332 uint32_t target_offset, in TestNopsAdrpInsn2AndUse()
342 uint32_t target_offset, in TestNopsAdrpInsn2AndUseHasThunk()
391 uint32_t target_offset = bss_begin_ + string_entry_offset; in TestAdrpInsn2Ldr() local
/art/compiler/
Doat_writer.cc1376 uint32_t target_offset = in VisitMethod() local
1386 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1394 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1403 uint32_t target_offset = in VisitMethod() local
1412 uint32_t target_offset = GetTargetObjectOffset(GetTargetType(patch)); in VisitMethod() local
1421 uint32_t target_offset = writer_->bss_start_ + writer_->bss_type_entries_.Get(ref); in VisitMethod() local
1429 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1434 uint32_t target_offset = GetTargetMethodOffset(GetTargetMethod(patch)); in VisitMethod() local
1498 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local
1587 void PatchCodeAddress(std::vector<uint8_t>* code, uint32_t offset, uint32_t target_offset) in PatchCodeAddress()