Home
last modified time | relevance | path

Searched refs:kMethodRelative (Results 1 – 3 of 3) sorted by relevance

/art/compiler/linker/
Dlinker_patch.h48 kMethodRelative, enumerator
80 LinkerPatch patch(literal_offset, Type::kMethodRelative, target_dex_file); in RelativeMethodPatch()
177 DCHECK(patch_type_ == Type::kMethodRelative || in TargetMethod()
210 patch_type_ == Type::kMethodRelative || in PcInsnOffset()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc65 case LinkerPatch::Type::kMethodRelative: in IsAdrpPatch()
262 patch.GetType() == LinkerPatch::Type::kMethodRelative || in PatchPcRelativeReference()
268 patch.GetType() == LinkerPatch::Type::kMethodRelative || in PatchPcRelativeReference()
/art/dex2oat/linker/
Doat_writer.cc1807 case LinkerPatch::Type::kMethodRelative: { in VisitMethod()