Home | History | Annotate | Download | only in src

Lines Matching refs:function_return

231   HBasicBlock* target = state->function_return();
3874 function_return()->MarkAsInlineReturnTarget(owner->current_block());
4685 Goto(function_return(), state);
4711 Goto(function_return(), state);
4730 Goto(function_return(), state);
7803 Goto(function_return(), state);
7815 Goto(function_return(), state);
7826 Goto(function_return(), state);
7862 } else if (function_return()->HasPredecessor()) {
7863 function_state()->entry()->RegisterReturnTarget(function_return(), zone());
7864 function_return()->SetJoinId(ast_id);
7865 set_current_block(function_return());