Lines Matching full:branch
852 __ Branch(__ IntPtrGreaterThan(cell_index, __ IntPtrConstant(0)), &if_export,
895 __ Branch
999 __ Branch(__ TaggedIsSmi(lhs), &lhs_is_smi, &lhs_is_not_smi);
1010 __ Branch(__ WordEqual(lhs_map, __ HeapNumberMapConstant()), &lhs_is_number,
1261 __ Branch(__ TaggedIsSmi(left), &fastpath, &slowpath);
1271 __ Branch(overflow, &slowpath, &if_notoverflow);
1315 __ Branch(__ TaggedIsSmi(left), &fastpath, &slowpath);
1325 __ Branch(overflow, &slowpath, &if_notoverflow);
1569 __ Branch(__ WordEqual(value, true_value), &if_true, &if_false);
2063 __ Branch(condition, &ok, &osr_armed);
2113 __ Branch(use_fast_shallow_clone, &fast_shallow_clone, &call_runtime);
2158 __ Branch(fast_clone_properties_count, &if_fast_clone, &if_not_fast_clone);
2305 __ Branch(compare, &if_duplicate_parameters, &if_not_duplicate_parameters);
2361 __ Branch(interrupt, &stack_check_interrupt, &ok);
2459 __ Branch(__ IsJSReceiverInstanceType(instance_type), &already_receiver,
2534 __ Branch(__ WordEqual(receiver_map, cache_type), &if_fast, &if_slow);
2571 __ Branch(__ WordEqual(index, cache_length), &if_true, &if_false);
2642 __ Branch(__ Int32LessThanOrEqual(step_next, step_action), &if_stepping, &ok);