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 540 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays,
556 struct PcRelativePatchInfo {
557 PcRelativePatchInfo(const DexFile& dex_file,
559 const PcRelativePatchInfo* info_high)
571 const PcRelativePatchInfo* patch_info_high;
574 PcRelativePatchInfo(PcRelativePatchInfo&& other) = delete;
575 DISALLOW_COPY_AND_ASSIGN(PcRelativePatchInfo);
578 PcRelativePatchInfo* NewPcRelativeMethodPatch(MethodReference target_method,
579 const PcRelativePatchInfo* info_high = nullptr)
    [all...]
code_generator_arm64.h     [all...]
code_generator_arm_vixl.h 556 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays
563 struct PcRelativePatchInfo {
564 PcRelativePatchInfo(const DexFile& dex_file, uint32_t off_or_idx)
566 PcRelativePatchInfo(PcRelativePatchInfo&& other) = default;
576 PcRelativePatchInfo* NewPcRelativeMethodPatch(MethodReference target_method);
577 PcRelativePatchInfo* NewMethodBssEntryPatch(MethodReference target_method);
578 PcRelativePatchInfo* NewPcRelativeTypePatch(const DexFile& dex_file, dex::TypeIndex type_index);
579 PcRelativePatchInfo* NewTypeBssEntryPatch(const DexFile& dex_file, dex::TypeIndex type_index);
580 PcRelativePatchInfo* NewPcRelativeStringPatch(const DexFile& dex_file
    [all...]
code_generator_mips.h 577 // The PcRelativePatchInfo is used for PC-relative addressing of dex cache arrays
593 struct PcRelativePatchInfo {
594 PcRelativePatchInfo(const DexFile& dex_file,
596 const PcRelativePatchInfo* info_high)
615 const PcRelativePatchInfo* patch_info_high;
618 PcRelativePatchInfo(PcRelativePatchInfo&& other) = delete;
619 DISALLOW_COPY_AND_ASSIGN(PcRelativePatchInfo);
622 PcRelativePatchInfo* NewPcRelativeMethodPatch(MethodReference target_method,
623 const PcRelativePatchInfo* info_high = nullptr)
    [all...]

Completed in 95 milliseconds