Home
last modified time | relevance | path

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

/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc42 uint32_t target_offset) { in PatchCall()
76 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_mips64_test.cc62 uint32_t target_offset) { in CheckPcRelativePatch()
/art/compiler/linker/
Drelative_patcher_test.h156 uint32_t target_offset = in Link() local
161 uint32_t target_offset = dex_cache_arrays_begin_ + patch.TargetDexCacheElementOffset(); in Link() local
167 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/arm/
Drelative_patcher_thumb2.cc42 uint32_t target_offset) { in PatchCall()
70 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_arm_base.cc270 uint32_t target_offset) { in CalculateMethodCallDisplacement()
410 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls() local
Drelative_patcher_thumb2_test.cc186 uint32_t target_offset) { in CheckPcRelativePatch()
/art/compiler/linker/mips/
Drelative_patcher_mips.cc49 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_mips32r6_test.cc55 uint32_t target_offset) { in CheckPcRelativePatch()
Drelative_patcher_mips_test.cc60 uint32_t target_offset) { in CheckPcRelativePatch()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc186 target_offset) { in PatchCall()
206 uint32_t target_offset) { in PatchPcRelativeReference()
331 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset); in PatchBakerReadBarrierBranch() local
Drelative_patcher_arm64_test.cc210 uint32_t target_offset, in GenNopsAndAdrpAndUse()
243 uint32_t target_offset) { in GenNopsAndAdrpLdr()
260 uint32_t target_offset = dex_cache_arrays_begin_ + element_offset; in TestNopsAdrpLdr() local
267 uint32_t target_offset) { in GenNopsAndAdrpAdd()
323 uint32_t target_offset, in TestNopsAdrpInsn2AndUse()
333 uint32_t target_offset, in TestNopsAdrpInsn2AndUseHasThunk()
382 uint32_t target_offset = dex_cache_arrays_begin_ + element_offset; in TestAdrpInsn2Ldr() local
/art/compiler/
Doat_writer.cc1281 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1289 uint32_t target_offset = GetDexCacheOffset(patch); in VisitMethod() local
1297 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1306 uint32_t target_offset = writer_->bss_string_entries_.Get(ref); in VisitMethod() local
1314 uint32_t target_offset = GetTargetObjectOffset(GetTargetType(patch)); in VisitMethod() local
1323 uint32_t target_offset = writer_->bss_type_entries_.Get(ref); in VisitMethod() local
1331 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1406 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local
1528 void PatchCodeAddress(std::vector<uint8_t>* code, uint32_t offset, uint32_t target_offset) in PatchCodeAddress()