Home
last modified time | relevance | path

Searched refs:function_return (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/python/
Dgenerator.py70 self.function_return = None
111 self.function_return, self.function_args,
121 self.function_return = [self.function_return_type,
/external/v8/src/
Dhydrogen.h906 HBasicBlock* function_return() { return function_return_; } in function_return() function
2173 HBasicBlock* function_return() const { in function_return() function
2174 return function_state()->function_return(); in function_return()
Dhydrogen.cc237 HBasicBlock* target = state->function_return(); in AddLeaveInlined()
3951 function_return()->MarkAsInlineReturnTarget(owner->current_block()); in FunctionState()
4767 Goto(function_return(), state); in VisitReturnStatement()
4793 Goto(function_return(), state); in VisitReturnStatement()
4812 Goto(function_return(), state); in VisitReturnStatement()
7964 Goto(function_return(), state); in TryInline()
7976 Goto(function_return(), state); in TryInline()
7987 Goto(function_return(), state); in TryInline()
8023 } else if (function_return()->HasPredecessor()) { in TryInline()
8024 function_state()->entry()->RegisterReturnTarget(function_return(), zone()); in TryInline()
[all …]