Lines Matching refs:patch_type_

173     return patch_type_;  in GetType()
177 DCHECK(patch_type_ == Type::kIntrinsicReference); in IntrinsicData()
182 DCHECK(patch_type_ == Type::kDataBimgRelRo); in BootImageOffset()
187 DCHECK(patch_type_ == Type::kMethodRelative || in TargetMethod()
188 patch_type_ == Type::kMethodBssEntry || in TargetMethod()
189 patch_type_ == Type::kCallRelative); in TargetMethod()
194 DCHECK(patch_type_ == Type::kTypeRelative || in TargetTypeDexFile()
195 patch_type_ == Type::kTypeBssEntry); in TargetTypeDexFile()
200 DCHECK(patch_type_ == Type::kTypeRelative || in TargetTypeIndex()
201 patch_type_ == Type::kTypeBssEntry); in TargetTypeIndex()
206 DCHECK(patch_type_ == Type::kStringRelative || in TargetStringDexFile()
207 patch_type_ == Type::kStringBssEntry); in TargetStringDexFile()
212 DCHECK(patch_type_ == Type::kStringRelative || in TargetStringIndex()
213 patch_type_ == Type::kStringBssEntry); in TargetStringIndex()
218 DCHECK(patch_type_ == Type::kIntrinsicReference || in PcInsnOffset()
219 patch_type_ == Type::kDataBimgRelRo || in PcInsnOffset()
220 patch_type_ == Type::kMethodRelative || in PcInsnOffset()
221 patch_type_ == Type::kMethodBssEntry || in PcInsnOffset()
222 patch_type_ == Type::kTypeRelative || in PcInsnOffset()
223 patch_type_ == Type::kTypeBssEntry || in PcInsnOffset()
224 patch_type_ == Type::kStringRelative || in PcInsnOffset()
225 patch_type_ == Type::kStringBssEntry); in PcInsnOffset()
230 DCHECK(patch_type_ == Type::kCallEntrypoint); in EntrypointOffset()
235 DCHECK(patch_type_ == Type::kBakerReadBarrierBranch); in GetBakerCustomValue1()
240 DCHECK(patch_type_ == Type::kBakerReadBarrierBranch); in GetBakerCustomValue2()
248 patch_type_(patch_type) { in LinkerPatch()
259 Type patch_type_ : 8; variable
294 lhs.patch_type_ == rhs.patch_type_ &&
302 : (lhs.patch_type_ != rhs.patch_type_) ? lhs.patch_type_ < rhs.patch_type_