Home | History | Annotate | Download | only in src

Lines Matching defs:Goto

169 void HBasicBlock::Goto(HBasicBlock* block, bool include_stack_check) {
453 // unconditional goto and agree on their environment node id.
534 first->Goto(join_block);
535 second->Goto(join_block);
546 if (exit_block != NULL) exit_block->Goto(continue_block);
559 if (body_exit != NULL) body_exit->Goto(loop_entry, true);
562 if (loop_successor != NULL) loop_successor->Goto(break_block);
2108 empty_true->Goto(if_true(), false);
2109 empty_false->Goto(if_false(), false);
2241 current_block()->Goto(body_entry);
2427 if (current_block() != NULL) current_block()->Goto(break_block);
2505 current_block()->Goto(continue_block);
2512 current_block()->Goto(break_block);
2535 current_block()->Goto(function_return(), false);
2668 if (fall_through_block != NULL) fall_through_block->Goto(break_block);
2669 if (last_block != NULL) last_block->Goto(break_block);
2691 non_osr_entry->Goto(loop_predecessor);
2708 current_block()->Goto(loop_predecessor);
2718 current_block()->Goto(loop_entry, false);
2752 current_block()->Goto(loop_entry, false);
2790 current_block()->Goto(loop_entry, false);
3251 // Goto will add the HSimulate for the store.
3254 current_block()->Goto(join);
3272 current_block()->Goto(join);
3953 if (current_block() != NULL) current_block()->Goto(join);
3973 current_block()->Goto(join);
4149 current_block()->Goto(body_entry);
4174 current_block()->Goto(function_return(), false);
4189 empty_true->Goto(inlined_test_context()->if_true(), false);
4190 empty_false->Goto(inlined_test_context()->if_false(), false);
4207 if_true->Goto(true_target, false);
4208 if_false->Goto(false_target, false);
5012 empty_block->Goto(join_block);
5013 current_block()->Goto(join_block);