Searched defs:Mips64Label (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/mips64/
H A Dassembler_mips64.h68 class Mips64Label : public Label { class in namespace:art::mips64
70 Mips64Label() : prev_branch_id_plus_one_(0) {} function in class:art::mips64::Mips64Label
72 Mips64Label(Mips64Label&& src) function in class:art::mips64::Mips64Label
79 DISALLOW_COPY_AND_ASSIGN(Mips64Label);
94 Mips64Label* Entry() { return &exception_entry_; }
97 Mips64Label exception_entry_;
330 Bind(down_cast<Mips64Label*>(label));
336 void Bind(Mips64Label* label);
337 void Bc(Mips64Label* labe
[all...]

Completed in 23 milliseconds