Home | History | Annotate | Download | only in x86_64

Lines Matching refs:NearLabel

314 class NearLabel : private Label {
316 NearLabel() : Label() {}
331 DISALLOW_COPY_AND_ASSIGN(NearLabel);
622 void j(Condition condition, NearLabel* label);
623 void jrcxz(NearLabel* label);
628 void jmp(NearLabel* label);
699 void Bind(NearLabel* label);
881 void EmitLabelLink(NearLabel* label);