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/crankshaft/
Dhydrogen.h904 HBasicBlock* function_return() { return function_return_; } in function_return() function
2238 HBasicBlock* function_return() const { in function_return() function
2239 return function_state()->function_return(); in function_return()
Dhydrogen.cc408 HBasicBlock* target = state->function_return(); in AddLeaveInlined()
4252 function_return()->MarkAsInlineReturnTarget(owner->current_block()); in FunctionState()
5099 Goto(function_return(), state); in VisitReturnStatement()
5125 Goto(function_return(), state); in VisitReturnStatement()
5144 Goto(function_return(), state); in VisitReturnStatement()
8731 Goto(function_return(), state); in TryInline()
8743 Goto(function_return(), state); in TryInline()
8754 Goto(function_return(), state); in TryInline()
8790 } else if (function_return()->HasPredecessor()) { in TryInline()
8791 function_state()->entry()->RegisterReturnTarget(function_return(), zone()); in TryInline()
[all …]