Home
last modified time | relevance | path

Searched defs:PcRelativePatchInfo (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h665 struct PcRelativePatchInfo { struct
666 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() argument
678 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data); argument
Dcode_generator_arm64.h1091 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { struct
1092 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() function
1108 ArenaDeque<PcRelativePatchInfo>* patches); argument