Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h567 struct PcRelativePatchInfo { struct
568 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() argument
581 PcRelativePatchInfo* NewBootImageIntrinsicPatch(uint32_t intrinsic_data); argument
Dcode_generator_arm64.h873 struct PcRelativePatchInfo : PatchInfo<vixl::aarch64::Label> { struct
874 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx) in PcRelativePatchInfo() function
890 ArenaDeque<PcRelativePatchInfo>* patches); argument