Searched refs:function_return (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc237 HBasicBlock* target = state->function_return();
3951 function_return()->MarkAsInlineReturnTarget(owner->current_block());
4767 Goto(function_return(), state);
4793 Goto(function_return(), state);
4812 Goto(function_return(), state);
7964 Goto(function_return(), state);
7976 Goto(function_return(), state);
7987 Goto(function_return(), state);
8023 } else if (function_return()->HasPredecessor()) {
8024 function_state()->entry()->RegisterReturnTarget(function_return(), zon
[all...]
H A Dhydrogen.h906 HBasicBlock* function_return() { return function_return_; } function in class:v8::internal::FINAL
2173 HBasicBlock* function_return() const { function in class:v8::internal::HOptimizedGraphBuilder
2174 return function_state()->function_return();

Completed in 69 milliseconds