Lines Matching refs:Riscv64Label
179 Riscv64Label* GetEntryLabel() { return &entry_label_; } in GetEntryLabel()
180 Riscv64Label* GetExitLabel() { return &exit_label_; } in GetExitLabel()
183 Riscv64Label entry_label_;
184 Riscv64Label exit_label_;
351 Riscv64Label* true_target,
352 Riscv64Label* false_target);
364 Riscv64Label* label);
369 Riscv64Label* label = nullptr);
374 Riscv64Label* label,
465 Riscv64Label* GetLabelOf(HBasicBlock* block) const { in GetLabelOf()
466 return CommonGetLabelOf<Riscv64Label>(block_labels_, block); in GetLabelOf()
469 void Initialize() override { block_labels_ = CommonInitializeLabels<Riscv64Label>(); } in Initialize()
561 struct PcRelativePatchInfo : PatchInfo<Riscv64Label> {
565 : PatchInfo<Riscv64Label>(dex_file, off_or_idx), in PcRelativePatchInfo()
571 const Riscv64Label* pc_insn_label;
664 Riscv64Label* label_low = nullptr);
806 Riscv64Label frame_entry_label_;
809 Riscv64Label* block_labels_; // Indexed by block id.