Lines Matching refs:Label
310 class NearLabel : private Label {
312 NearLabel() : Label() {} in NearLabel()
315 using Label::Position;
316 using Label::LinkPosition;
317 using Label::IsBound;
318 using Label::IsUnused;
319 using Label::IsLinked;
322 using Label::BindTo;
323 using Label::LinkTo;
390 void call(Label* label);
406 void movl(const Address& dst, Label* lbl);
860 void j(Condition condition, Label* label);
866 void jmp(Label* label);
970 void Bind(Label* label) override;
971 void Jump(Label* label) override { in Jump()
1044 void EmitLabel(Label* label, int instruction_size);
1045 void EmitLabelLink(Label* label);