Home
last modified time | relevance | path

Searched refs:kStringRelative (Results 1 – 4 of 4) sorted by relevance

/art/compiler/
Dcompiled_method.h178 kStringRelative, // NOTE: Actual patching is instruction_set-dependent. enumerator
230 LinkerPatch patch(literal_offset, Type::kStringRelative, target_dex_file); in RelativeStringPatch()
261 case Type::kStringRelative: in IsPcRelative()
287 DCHECK(patch_type_ == Type::kString || patch_type_ == Type::kStringRelative); in TargetStringDexFile()
292 DCHECK(patch_type_ == Type::kString || patch_type_ == Type::kStringRelative); in TargetStringIndex()
307 DCHECK(patch_type_ == Type::kStringRelative || patch_type_ == Type::kDexCacheArray); in PcInsnOffset()
Doat_writer.cc1061 case LinkerPatch::Type::kStringRelative: { in VisitMethod()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc36 (type == LinkerPatch::Type::kStringRelative || type == LinkerPatch::Type::kDexCacheArray) && in IsAdrpPatch()
213 DCHECK(patch.GetType() == LinkerPatch::Type::kStringRelative) << patch.GetType(); in PatchPcRelativeReference()
/art/compiler/linker/
Drelative_patcher_test.h164 } else if (patch.GetType() == LinkerPatch::Type::kStringRelative) { in Link()