Lines Matching defs:Goto

168 void HBasicBlock::Goto(HBasicBlock* block, bool drop_extra) {
626 first->Goto(join_block);
627 second->Goto(join_block);
638 if (exit_block != NULL) exit_block->Goto(continue_block);
651 if (body_exit != NULL) body_exit->Goto(loop_entry);
654 if (loop_successor != NULL) loop_successor->Goto(break_block);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2341 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2363 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2480 current_block()->Goto(body_entry);
2713 if (current_block() != NULL) current_block()->Goto(break_block);
2822 current_block()->Goto(continue_block);
2836 current_block()->Goto(break_block);
2858 current_block()->Goto(test->if_true(), function_state()->drop_extra());
2861 current_block()->Goto(function_return(), function_state()->drop_extra());
2893 current_block()->Goto(function_return(), function_state()->drop_extra());
3094 if (fall_through_block != NULL) fall_through_block->Goto(break_block);
3095 if (last_block != NULL) last_block->Goto(break_block);
3117 non_osr_entry->Goto(loop_predecessor);
3150 current_block()->Goto(loop_predecessor);
3179 current_block()->Goto(loop_entry);
3222 current_block()->Goto(loop_entry);
3269 current_block()->Goto(loop_entry);
3365 current_block()->Goto(loop_entry);
4060 // Goto will add the HSimulate for the store.
4063 current_block()->Goto(join);
4081 current_block()->Goto(join);
4852 if_jsarray->Goto(join);
4874 current_block()->Goto(join);
5119 if (current_block() != NULL) current_block()->Goto(join);
5138 current_block()->Goto(join);
5421 current_block()->Goto(function_return(), function_state()->drop_extra());
5428 current_block()->Goto(target, function_state()->drop_extra());
5446 if_true->Goto(true_target, function_state()->drop_extra());
5451 if_false->Goto(false_target, function_state()->drop_extra());
7295 if_smi->Goto(join);
7306 not_js_value->Goto(join);
7316 if_js_value->Goto(join);
7497 if_jsfunction->Goto(join);
7504 if_nonfunction->Goto(join);