Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h63 static LinkerPatch IntrinsicReferencePatch(size_t literal_offset, in IntrinsicReferencePatch()
72 static LinkerPatch DataBimgRelRoPatch(size_t literal_offset, in DataBimgRelRoPatch()
81 static LinkerPatch RelativeMethodPatch(size_t literal_offset, in RelativeMethodPatch()
91 static LinkerPatch MethodBssEntryPatch(size_t literal_offset, in MethodBssEntryPatch()
101 static LinkerPatch RelativeJniEntrypointPatch(size_t literal_offset, in RelativeJniEntrypointPatch()
111 static LinkerPatch RelativeCodePatch(size_t literal_offset, in RelativeCodePatch()
119 static LinkerPatch RelativeTypePatch(size_t literal_offset, in RelativeTypePatch()
129 static LinkerPatch TypeBssEntryPatch(size_t literal_offset, in TypeBssEntryPatch()
139 static LinkerPatch PublicTypeBssEntryPatch(size_t literal_offset, in PublicTypeBssEntryPatch()
149 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.cc29 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.cc1690 uint32_t literal_offset = patch.LiteralOffset(); in VisitMethod() local
/art/compiler/optimizing/
Dcode_generator_arm64.cc1061 uint32_t literal_offset = info.label.GetLocation(); in Finalize() local
5224 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()
7025 uint32_t literal_offset = literal->GetOffset(); in PatchJitRootUse() local
Dcode_generator_arm_vixl.cc2047 uint32_t literal_offset = info.label.GetLocation(); in Finalize() local
9723 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()
10029 uint32_t literal_offset = literal->GetLocation(); in PatchJitRootUse() local
Dcode_generator_x86_64.cc1372 uint32_t literal_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in EmitPcRelativeLinkerPatches() local
1379 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()
Dcode_generator_x86.cc5708 uint32_t literal_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in EmitPcRelativeLinkerPatches() local
5717 linker::LinkerPatch NoDexFileAdapter(size_t literal_offset, in NoDexFileAdapter()