Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h598 struct PcRelativePatchInfo { struct
599 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() function
612 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data); argument
Dcode_generator_arm64.h998 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { struct
999 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() function
1015 ArenaDeque<PcRelativePatchInfo>* patches); argument