Lines Matching refs:Label
334 class NearLabel : private Label {
336 NearLabel() : Label() {} in NearLabel()
339 using Label::Position;
340 using Label::LinkPosition;
341 using Label::IsBound;
342 using Label::IsUnused;
343 using Label::IsLinked;
346 using Label::BindTo;
347 using Label::LinkTo;
370 void call(Label* label);
836 void j(Condition condition, Label* label);
842 void jmp(Label* label);
915 void Bind(Label* label) override;
916 void Jump(Label* label) override { in Jump()
990 void EmitLabel(Label* label, int instruction_size);
991 void EmitLabelLink(Label* label);