• Home
  • Raw
  • Download

Lines Matching refs:Goto

212 void HBasicBlock::Goto(HBasicBlock* block,  in Goto()  function in v8::internal::HBasicBlock
3350 Goto(first, join_block); in CreateJoin()
3351 Goto(second, join_block); in CreateJoin()
3362 if (exit_block != NULL) Goto(exit_block, continue_block); in JoinContinue()
3375 if (body_exit != NULL) Goto(body_exit, loop_entry); in CreateLoop()
3378 if (loop_successor != NULL) Goto(loop_successor, break_block); in CreateLoop()
3389 Goto(loop_entry); in BuildLoopEntry()
4155 owner()->Goto(empty_true, if_true(), owner()->function_state()); in ReturnControl()
4156 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()
4167 owner()->Goto(true_branch, if_true(), owner()->function_state()); in ReturnContinuation()
4170 owner()->Goto(false_branch, if_false(), owner()->function_state()); in ReturnContinuation()
4287 Goto(body_entry); in BuildGraph()
4579 if (current_block() != NULL) Goto(break_block); in VisitBlock()
4710 Goto(continue_block); in VisitContinueStatement()
4741 Goto(break_block); in VisitBreakStatement()
4764 Goto(test->if_true(), state); in VisitReturnStatement()
4767 Goto(function_return(), state); in VisitReturnStatement()
4793 Goto(function_return(), state); in VisitReturnStatement()
4812 Goto(function_return(), state); in VisitReturnStatement()
4928 if (fall_through_block != NULL) Goto(fall_through_block, break_block); in VisitSwitchStatement()
4929 if (last_block != NULL) Goto(last_block, break_block); in VisitSwitchStatement()
4967 Goto(loop_successor); in VisitDoWhileStatement()
6362 if (current_block() != NULL) Goto(join); in HandlePolymorphicNamedFieldAccess()
6378 Goto(join); in HandlePolymorphicNamedFieldAccess()
7640 if (current_block() != NULL) Goto(join); in HandlePolymorphicCallNamed()
7673 Goto(join); in HandlePolymorphicCallNamed()
7962 Goto(inlined_test_context()->if_true(), state); in TryInline()
7964 Goto(function_return(), state); in TryInline()
7976 Goto(function_return(), state); in TryInline()
7985 Goto(inlined_test_context()->if_false(), state); in TryInline()
7987 Goto(function_return(), state); in TryInline()
8012 Goto(if_true, true_target, function_state()); in TryInline()
8018 Goto(if_false, false_target, function_state()); in TryInline()