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
81 LinkerPatch patch(literal_offset, Type::kMethodRelative, target_dex_file); in RelativeMethodPatch()
187 DCHECK(patch_type_ == Type::kMethodRelative || in TargetMethod()
220 patch_type_ == Type::kMethodRelative || in PcInsnOffset()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc66 case LinkerPatch::Type::kMethodRelative: in IsAdrpPatch()
254 patch.GetType() == LinkerPatch::Type::kMethodRelative || in PatchPcRelativeReference()
260 patch.GetType() == LinkerPatch::Type::kMethodRelative || in PatchPcRelativeReference()
/art/dex2oat/linker/
Doat_writer.cc1841 case LinkerPatch::Type::kMethodRelative: { in VisitMethod()