Searched refs:kLinkerPatchDexCacheArray (Results 1 – 4 of 4) sorted by relevance
164 kLinkerPatchDexCacheArray, // NOTE: Actual patching is instruction_set-dependent. enumerator206 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()
742 } else if (patch.Type() == kLinkerPatchDexCacheArray) { in VisitMethod()
63 if (patch.Type() == kLinkerPatchDexCacheArray && in ReserveSpace()80 if (patch.Type() == kLinkerPatchDexCacheArray && in ReserveSpace()
138 } else if (patch.Type() == kLinkerPatchDexCacheArray) { in Link()