Lines Matching refs:Goto
211 void HBasicBlock::Goto(HBasicBlock* block, SourcePosition position,
603 // unconditional goto and agree on their environment node id.
3578 Goto(first, join_block);
3579 Goto(second, join_block);
3590 if (exit_block != NULL) Goto(exit_block, continue_block);
3603 if (body_exit != NULL) Goto(body_exit, loop_entry);
3606 if (loop_successor != NULL) Goto(loop_successor, break_block);
3617 Goto(loop_entry);
4324 owner()->Goto(empty_true, if_true(), owner()->function_state());
4325 owner()->Goto(empty_false, if_false(), owner()->function_state());
4336 owner()->Goto(true_branch, if_true(), owner()->function_state());
4339 owner()->Goto(false_branch, if_false(), owner()->function_state());
4457 Goto(body_entry);
4769 if (current_block() != NULL) Goto(break_block);
4906 Goto(continue_block);
4937 Goto(break_block);
4960 Goto(test->if_true(), state);
4963 Goto(function_return(), state);
4989 Goto(function_return(), state);
5008 Goto(function_return(), state);
5125 if (fall_through_block != NULL) Goto(fall_through_block, break_block);
5126 if (last_block != NULL) Goto(last_block, break_block);
5164 Goto(loop_successor);
6712 if (current_block() != NULL) Goto(join);
6729 Goto(join);
8163 if (current_block() != NULL) Goto(join);
8195 Goto(join);
8534 Goto(inlined_test_context()->if_true(), state);
8536 Goto(function_return(), state);
8548 Goto(function_return(), state);
8557 Goto(inlined_test_context()->if_false(), state);
8559 Goto(function_return(), state);
8584 Goto(if_true, true_target, function_state());
8590 Goto(if_false, false_target, function_state());