Home
last modified time | relevance | path

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

/art/compiler/linker/
Dmulti_oat_relative_patcher.h99 uint32_t target_offset) { in PatchCall()
109 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_test.h154 uint32_t target_offset = in Link() local
159 uint32_t target_offset = dex_cache_arrays_begin_ + patch.TargetDexCacheElementOffset(); in Link() local
165 uint32_t target_offset = string_index_to_offset_map_.Get(patch.TargetStringIndex()); in Link() local
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/arm/
Drelative_patcher_arm_base.cc124 uint32_t target_offset) { in CalculateDisplacement()
172 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ReserveSpaceProcessPatches() local
Drelative_patcher_thumb2.cc34 uint32_t target_offset) { in PatchCall()
62 uint32_t target_offset) { in PatchPcRelativeReference()
Drelative_patcher_thumb2_test.cc177 uint32_t target_offset) { in CheckPcRelativePatch()
/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/arm64/
Drelative_patcher_arm64_test.cc161 uint32_t target_offset, in GenNopsAndAdrpAndUse()
200 uint32_t target_offset) { in GenNopsAndAdrpLdr()
217 uint32_t target_offset = dex_cache_arrays_begin_ + element_offset; in TestNopsAdrpLdr() local
224 uint32_t target_offset) { in GenNopsAndAdrpAdd()
290 uint32_t target_offset, in TestNopsAdrpInsn2AndUse()
300 uint32_t target_offset, in TestNopsAdrpInsn2AndUseHasThunk()
349 uint32_t target_offset = dex_cache_arrays_begin_ + element_offset; in TestAdrpInsn2Ldr() local
Drelative_patcher_arm64.cc146 target_offset) { in PatchCall()
166 uint32_t target_offset) { in PatchPcRelativeReference()
/art/compiler/
Doat_writer.cc1046 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1054 uint32_t target_offset = GetDexCacheOffset(patch); in VisitMethod() local
1062 uint32_t target_offset = GetTargetObjectOffset(GetTargetString(patch)); in VisitMethod() local
1070 uint32_t target_offset = GetTargetOffset(patch); in VisitMethod() local
1138 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod()); in GetTargetOffset() local
1248 void PatchCodeAddress(std::vector<uint8_t>* code, uint32_t offset, uint32_t target_offset) in PatchCodeAddress()