Lines Matching refs:done_loop
5450 Label loop(this, &var_value), done_loop(this, &var_result);
5462 Goto(&done_loop);
5471 BIND(&done_loop);
5966 Label loop(this, &var_value), done_loop(this),
5974 (primitive_type == PrimitiveType::kNumber) ? &done_loop : &done_throw);
6000 GotoIf(TaggedEqual(value_map, BooleanMapConstant()), &done_loop);
6003 GotoIf(TaggedEqual(value_map, HeapNumberMapConstant()), &done_loop);
6006 GotoIf(IsStringInstanceType(value_instance_type), &done_loop);
6009 GotoIf(TaggedEqual(value_map, SymbolMapConstant()), &done_loop);
6040 BIND(&done_loop);
14810 Label loop(this, {&var_object, &object_map}), done_loop(this);