Lines Matching defs:label
462 // generated code. pos() is the position the label refers to.
466 // instruction using the label.
532 // Emitted label constant, not part of a branch.
533 // Make label relative to Code pointer of generated Code object.
563 // llilf: Emitted label constant, not part of
585 // Keep track of the last bound label so we don't eliminate any instructions
586 // before a bound label.
591 DCHECK(!L->is_bound()); // label can only be bound once
841 void Assembler::emit_label_addr(Label* label) {
844 int position = link(label);
845 DCHECK(label->is_bound());