Searched refs:AddLeaveInlined (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.h | 177 void AddLeaveInlined(HValue* return_value, FunctionState* state, 1061 void AddLeaveInlined(HBasicBlock* block, in AddLeaveInlined() function 1064 block->AddLeaveInlined(return_value, state, source_position()); in AddLeaveInlined() 1066 void AddLeaveInlined(HValue* return_value, FunctionState* state) { in AddLeaveInlined() function 1067 return AddLeaveInlined(current_block(), return_value, state); in AddLeaveInlined()
|
D | hydrogen.cc | 231 void HBasicBlock::AddLeaveInlined(HValue* return_value, FunctionState* state, in AddLeaveInlined() function in v8::internal::HBasicBlock 4978 AddLeaveInlined(if_spec_object, return_value, state); in VisitReturnStatement() 4979 AddLeaveInlined(not_spec_object, receiver, state); in VisitReturnStatement() 4993 AddLeaveInlined(rhs, state); in VisitReturnStatement() 5012 AddLeaveInlined(Pop(), state); in VisitReturnStatement() 8539 AddLeaveInlined(implicit_return_value, state); in TryInline() 8551 AddLeaveInlined(implicit_return_value, state); in TryInline() 8562 AddLeaveInlined(undefined, state); in TryInline()
|