Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h45 kMethodBssEntry, // NOTE: Actual patching is instruction_set-dependent. enumerator
71 LinkerPatch patch(literal_offset, Type::kMethodBssEntry, target_dex_file); in MethodBssEntryPatch()
176 case Type::kMethodBssEntry: in IsPcRelative()
193 patch_type_ == Type::kMethodBssEntry || in TargetMethod()
229 patch_type_ == Type::kMethodBssEntry || in PcInsnOffset()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc64 case LinkerPatch::Type::kMethodBssEntry: in IsAdrpPatch()
274 DCHECK(patch.GetType() == LinkerPatch::Type::kMethodBssEntry || in PatchPcRelativeReference()
/art/dex2oat/linker/
Doat_writer.cc855 if (patch.GetType() == LinkerPatch::Type::kMethodBssEntry) { in VisitMethod()
1786 case LinkerPatch::Type::kMethodBssEntry: { in VisitMethod()