Lines Matching refs:label
320 void call(Label* label);
321 void call(const ExternalLabel& label);
718 void j(Condition condition, Label* label);
719 void j(Condition condition, NearLabel* label);
720 void jecxz(NearLabel* label);
724 void jmp(Label* label);
725 void jmp(NearLabel* label);
766 void Bind(Label* label) override;
767 void Jump(Label* label) override { in Jump() argument
768 jmp(label); in Jump()
770 void Bind(NearLabel* label);
838 void EmitLabel(Label* label, int instruction_size);
839 void EmitLabelLink(Label* label);
840 void EmitLabelLink(NearLabel* label);