Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h696 struct PcRelativePatchInfo { struct
697 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() argument
709 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data); argument
Dcode_generator_riscv64.h561 struct PcRelativePatchInfo : PatchInfo<Riscv64Label> { struct
562 PcRelativePatchInfo(const DexFile* dex_file, in PcRelativePatchInfo() argument
574 PcRelativePatchInfo(PcRelativePatchInfo&& other) = delete; argument
Dcode_generator_arm64.h1113 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { struct
1114 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() argument
1130 ArenaDeque<PcRelativePatchInfo>* patches); argument