Lines Matching defs:exit
54 Label allocate_table(this, &use_fast_loop), exit(this), fast_loop(this),
61 GotoIf(IsNullOrUndefined(initial_entries), &exit);
80 Goto(&exit);
106 Goto(&exit);
108 BIND(&exit);
131 Label exit(this), if_doubles(this), if_smiorobjects(this);
132 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &exit);
150 Goto(&exit);
171 Goto(&exit);
174 BIND(&exit);
186 Label exit(this), loop(this), if_exception(this, Label::kDeferred);
204 context, iterator, &exit, fast_iterator_result_map);
220 BIND(&exit);
327 Label exit(this), if_notcallable(this, Label::kDeferred);
330 Goto(&exit);
336 BIND(&exit);