Lines Matching defs:done
52 Label fast(this), slow(this), done(this), detached(this, Label::kDeferred);
79 Goto(&done);
84 Goto(&done);
92 BIND(&done);
514 Label is_constructor(this), is_not_constructor(this), done(this);
521 Goto(&done);
534 Goto(&done);
537 BIND(&done);
545 Label is_constructor(this), is_not_constructor(this), done(this);
553 Goto(&done);
559 Goto(&done);
562 BIND(&done);
607 Label done(this);
608 GotoIf(SmiGreaterThan(length, SmiConstant(0)), &done);
610 BIND(&done);
645 Label is_smi(this), is_nonsmi(this), done(this);
650 &done);
662 Goto(&done);
669 GotoIf(IntPtrGreaterThanOrEqual(index_var.value(), intptr_zero), &done);
673 GotoIf(IntPtrGreaterThanOrEqual(index_var.value(), intptr_zero), &done);
675 Goto(&done);
677 BIND(&done);
1583 Label done(this);
1584 GotoIf(IsUndefined(depth), &done);
1588 Goto(&done);
1590 BIND(&done);