Searched refs:AddLeaveInlined (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.h | 202 void AddLeaveInlined(HValue* return_value, FunctionState* state, 1112 void AddLeaveInlined(HBasicBlock* block, in AddLeaveInlined() function 1115 block->AddLeaveInlined(return_value, state, source_position()); in AddLeaveInlined() 1117 void AddLeaveInlined(HValue* return_value, FunctionState* state) { in AddLeaveInlined() function 1118 return AddLeaveInlined(current_block(), return_value, state); in AddLeaveInlined()
|
D | hydrogen.cc | 406 void HBasicBlock::AddLeaveInlined(HValue* return_value, FunctionState* state, in AddLeaveInlined() function in v8::internal::HBasicBlock 5114 AddLeaveInlined(if_spec_object, return_value, state); in VisitReturnStatement() 5115 AddLeaveInlined(not_spec_object, receiver, state); in VisitReturnStatement() 5129 AddLeaveInlined(rhs, state); in VisitReturnStatement() 5148 AddLeaveInlined(Pop(), state); in VisitReturnStatement() 8734 AddLeaveInlined(implicit_return_value, state); in TryInline() 8746 AddLeaveInlined(implicit_return_value, state); in TryInline() 8757 AddLeaveInlined(undefined, state); in TryInline()
|