Lines Matching defs:label
474 for (auto&& label : labels_[offset]->linked) {
475 __ BindWithoutJumpTarget(&label->label);
582 int weight, Label* label, Label* skip_interrupt_label) {
593 if (label) __ Jump(label);
624 return &threaded_label->label;
648 void BaselineCompiler::JumpIfToBoolean(bool do_jump_if_true, Label* label,
657 kReturnRegister1, Smi::FromInt(0), label, distance);
1973 Label* label = &labels_[iterator().GetJumpTargetOffset()]->unlinked;
1976 // We can pass in the same label twice since it's a back edge and thus already
1978 DCHECK(label->is_bound());
1979 UpdateInterruptBudgetAndJumpToLabel(weight, label, label);