Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h173 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()
[all …]