Searched refs:MipsLabel (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.h | 163 MipsLabel* GetEntryLabel() { return &entry_label_; } in GetEntryLabel() 164 MipsLabel* GetExitLabel() { return &exit_label_; } in GetExitLabel() 167 MipsLabel entry_label_; 168 MipsLabel exit_label_; 296 MipsLabel* label_low = nullptr); 307 MipsLabel* label); 311 MipsLabel* label); 336 MipsLabel* label); 339 MipsLabel* true_target, 340 MipsLabel* false_target); [all …]
|
D | code_generator_mips.cc | 373 MipsLabel* GetReturnLabel() { in GetReturnLabel() 389 MipsLabel return_label_; 693 MipsLabel done; in EmitNativeCode() 729 MipsLabel loop_head, exit_loop; in EmitNativeCode() 1865 MipsLabel done; in MarkGCCard() 2572 MipsLabel done; in HandleShift() 2766 MipsLabel uncompressed_load, done; in VisitArrayGet() 2789 MipsLabel uncompressed_load, done; in VisitArrayGet() 3117 MipsLabel done; in VisitArraySet() 3124 MipsLabel non_zero; in VisitArraySet() [all …]
|
D | optimizing_cfi_test.cc | 235 mips::MipsLabel target; in TEST_F()
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 152 class MipsLabel : public Label { 154 MipsLabel() : prev_branch_id_plus_one_(0) {} in MipsLabel() function 156 MipsLabel(MipsLabel&& src) in MipsLabel() function 169 DISALLOW_COPY_AND_ASSIGN(MipsLabel); 199 MipsLabel* GetLabel() { in GetLabel() 203 const MipsLabel* GetLabel() const { in GetLabel() 208 MipsLabel label_; 218 explicit JumpTable(std::vector<MipsLabel*>&& labels) in JumpTable() 226 const std::vector<MipsLabel*>& GetData() const { in GetData() 230 MipsLabel* GetLabel() { in GetLabel() [all …]
|
D | assembler_mips32r6_test.cc | 35 mips::MipsLabel, 42 mips::MipsLabel, 245 std::vector<mips::MipsLabel> GetAddresses() override { in GetAddresses() 279 void BranchHelper(void (mips::MipsAssembler::*f)(mips::MipsLabel*, in BranchHelper() argument 285 mips::MipsLabel label1, label2; in BranchHelper() 318 mips::MipsLabel*, in BranchCondOneRegHelper() argument 323 mips::MipsLabel label; in BranchCondOneRegHelper() 352 mips::MipsLabel*, in BranchCondTwoRegsHelper() argument 357 mips::MipsLabel label; in BranchCondTwoRegsHelper() 385 mips::MipsLabel*, in BranchFpuCondHelper() argument [all …]
|
D | assembler_mips32r5_test.cc | 35 mips::MipsLabel, 42 mips::MipsLabel, 232 std::vector<mips::MipsLabel> GetAddresses() override { in GetAddresses()
|
/art/compiler/utils/ |
D | label.h | 34 class MipsLabel; variable 119 friend class mips::MipsLabel;
|