Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1077 ScopedPyObjectPtr function_return; in CheckAndGetInteger() local
1078 function_return.reset(PyObject_GetItem(map.get(), map_key)); in CheckAndGetInteger()
1079 if (function_return.get() == NULL) { in CheckAndGetInteger()
1083 function_return.get(), "MergeFrom", "O", map_value)); in CheckAndGetInteger()
1089 ScopedPyObjectPtr function_return; in CheckAndGetInteger() local
1090 function_return.reset( in CheckAndGetInteger()
1092 if (function_return.get() == NULL) { in CheckAndGetInteger()
/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.h892 HBasicBlock* function_return() { return function_return_; } in function_return() function
2134 HBasicBlock* function_return() const { in function_return() function
2135 return function_state()->function_return(); in function_return()
Dhydrogen.cc410 HBasicBlock* target = state->function_return(); in AddLeaveInlined()
3640 function_return()->MarkAsInlineReturnTarget(owner->current_block()); in FunctionState()
4477 Goto(function_return(), state); in VisitReturnStatement()
4503 Goto(function_return(), state); in VisitReturnStatement()
4522 Goto(function_return(), state); in VisitReturnStatement()
8291 Goto(function_return(), state); in TryInline()
8303 Goto(function_return(), state); in TryInline()
8314 Goto(function_return(), state); in TryInline()
8350 } else if (function_return()->HasPredecessor()) { in TryInline()
8351 function_state()->entry()->RegisterReturnTarget(function_return(), zone()); in TryInline()
[all …]