Searched refs:function_return (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1077 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/ |
D | generator.py | 70 self.function_return = None 111 self.function_return, self.function_args, 121 self.function_return = [self.function_return_type,
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 897 HBasicBlock* function_return() { return function_return_; } in function_return() function 2140 HBasicBlock* function_return() const { in function_return() function 2141 return function_state()->function_return(); in function_return()
|
D | hydrogen.cc | 411 HBasicBlock* target = state->function_return(); in AddLeaveInlined() 3685 function_return()->MarkAsInlineReturnTarget(owner->current_block()); in FunctionState() 4522 Goto(function_return(), state); in VisitReturnStatement() 4548 Goto(function_return(), state); in VisitReturnStatement() 4567 Goto(function_return(), state); in VisitReturnStatement() 8252 Goto(function_return(), state); in TryInline() 8264 Goto(function_return(), state); in TryInline() 8275 Goto(function_return(), state); in TryInline() 8311 } else if (function_return()->HasPredecessor()) { in TryInline() 8312 function_state()->entry()->RegisterReturnTarget(function_return(), zone()); in TryInline() [all …]
|