HomeSort by relevance Sort by last modified time
    Searched defs:PcRelativePatchInfo (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
code_generator_mips64.h 558 // The PcRelativePatchInfo is used for PC-relative addressing of methods/strings/types,
574 struct PcRelativePatchInfo : PatchInfo<Mips64Label> {
575 PcRelativePatchInfo(const DexFile* dex_file,
577 const PcRelativePatchInfo* info_high)
582 const PcRelativePatchInfo* patch_info_high;
585 PcRelativePatchInfo(PcRelativePatchInfo&& other) = delete;
586 DISALLOW_COPY_AND_ASSIGN(PcRelativePatchInfo);
589 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method,
590 const PcRelativePatchInfo* info_high = nullptr)
    [all...]
code_generator_arm64.h     [all...]
code_generator_arm_vixl.h 555 // The PcRelativePatchInfo is used for PC-relative addressing of methods/strings/types,
563 struct PcRelativePatchInfo {
564 PcRelativePatchInfo(const DexFile* dex_file, uint32_t off_or_idx)
566 PcRelativePatchInfo(PcRelativePatchInfo&& other) = default;
577 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method);
578 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method);
579 PcRelativePatchInfo* NewBootImageTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
580 PcRelativePatchInfo* NewTypeBssEntryPatch(const DexFile& dex_file, dex::TypeIndex type_index);
581 PcRelativePatchInfo* NewBootImageStringPatch(const DexFile& dex_file
    [all...]
code_generator_mips.h 579 // The PcRelativePatchInfo is used for PC-relative addressing of methods/strings/types,
596 struct PcRelativePatchInfo : PatchInfo<MipsLabel> {
597 PcRelativePatchInfo(const DexFile* dex_file,
599 const PcRelativePatchInfo* info_high)
611 const PcRelativePatchInfo* patch_info_high;
614 PcRelativePatchInfo(PcRelativePatchInfo&& other) = delete;
615 DISALLOW_COPY_AND_ASSIGN(PcRelativePatchInfo);
618 PcRelativePatchInfo* NewBootImageMethodPatch(MethodReference target_method,
619 const PcRelativePatchInfo* info_high = nullptr)
    [all...]

Completed in 609 milliseconds