Lines Matching refs:label
390 void call(Label* label);
391 void call(const ExternalLabel& label);
860 void j(Condition condition, Label* label);
861 void j(Condition condition, NearLabel* label);
862 void jecxz(NearLabel* label);
866 void jmp(Label* label);
867 void jmp(NearLabel* label);
970 void Bind(Label* label) override;
971 void Jump(Label* label) override { in Jump() argument
972 jmp(label); in Jump()
974 void Bind(NearLabel* label);
1044 void EmitLabel(Label* label, int instruction_size);
1045 void EmitLabelLink(Label* label);
1046 void EmitLabelLink(NearLabel* label);