Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.h164 kLinkerPatchDexCacheArray, // NOTE: Actual patching is instruction_set-dependent. enumerator
206 LinkerPatch patch(literal_offset, kLinkerPatchDexCacheArray, target_dex_file); in DexCacheArrayPatch()
224 return Type() == kLinkerPatchCallRelative || Type() == kLinkerPatchDexCacheArray; in IsPcRelative()
244 DCHECK(patch_type_ == kLinkerPatchDexCacheArray); in TargetDexCacheDexFile()
249 DCHECK(patch_type_ == kLinkerPatchDexCacheArray); in TargetDexCacheElementOffset()
254 DCHECK(patch_type_ == kLinkerPatchDexCacheArray); in PcInsnOffset()
Doat_writer.cc742 } else if (patch.Type() == kLinkerPatchDexCacheArray) { in VisitMethod()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc63 if (patch.Type() == kLinkerPatchDexCacheArray && in ReserveSpace()
80 if (patch.Type() == kLinkerPatchDexCacheArray && in ReserveSpace()
/art/compiler/linker/
Drelative_patcher_test.h138 } else if (patch.Type() == kLinkerPatchDexCacheArray) { in Link()