Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h62 static LinkerPatch IntrinsicReferencePatch(size_t literal_offset, in IntrinsicReferencePatch()
71 static LinkerPatch DataBimgRelRoPatch(size_t literal_offset, in DataBimgRelRoPatch()
80 static LinkerPatch RelativeMethodPatch(size_t literal_offset, in RelativeMethodPatch()
90 static LinkerPatch MethodBssEntryPatch(size_t literal_offset, in MethodBssEntryPatch()
100 static LinkerPatch RelativeJniEntrypointPatch(size_t literal_offset, in RelativeJniEntrypointPatch()
110 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch()
118 static LinkerPatch RelativeTypePatch(size_t literal_offset, in RelativeTypePatch()
128 static LinkerPatch TypeBssEntryPatch(size_t literal_offset, in TypeBssEntryPatch()
138 static LinkerPatch PublicTypeBssEntryPatch(size_t literal_offset, in PublicTypeBssEntryPatch()
148 static LinkerPatch PackageTypeBssEntryPatch(size_t literal_offset, in PackageTypeBssEntryPatch()
[all …]
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2.cc57 uint32_t literal_offset, in PatchCall()
70 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference() local
101 uint32_t literal_offset = patch.LiteralOffset(); in PatchBakerReadBarrierBranch() local
140 uint32_t literal_offset, in PatchBl()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc194 uint32_t literal_offset, in PatchCall()
210 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference() local
323 uint32_t literal_offset = patch.LiteralOffset(); in PatchBakerReadBarrierBranch() local
370 uint32_t literal_offset, in PatchBl()
384 uint32_t literal_offset, in NeedsErratum843419Thunk()
/art/dex2oat/linker/x86/
Drelative_patcher_x86.cc30 uint32_t literal_offset = patch.LiteralOffset(); in PatchPcRelativeReference() local
Drelative_patcher_x86_base.cc45 uint32_t literal_offset, in PatchCall()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h99 uint32_t literal_offset, in PatchCall()
Dmulti_oat_relative_patcher_test.cc80 uint32_t literal_offset, in PatchCall()
Doat_writer.cc1776 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod() local
/art/compiler/optimizing/
Dcode_generator_arm64.cc988 uint32_t literal_offset = info.label.GetLocation(); in Finalize() local
5037 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()
6847 uint32_t literal_offset = literal->GetOffset(); in PatchJitRootUse() local
Dcode_generator_arm_vixl.cc1974 uint32_t literal_offset = info.label.GetLocation(); in Finalize() local
9552 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()
9858 uint32_t literal_offset = literal->GetLocation(); in PatchJitRootUse() local
Dcode_generator_x86_64.cc1285 uint32_t literal_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in EmitPcRelativeLinkerPatches() local
1292 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()
Dcode_generator_x86.cc5545 uint32_t literal_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in EmitPcRelativeLinkerPatches() local
5554 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()