Searched refs:GetReturnSlotCount (Results 1 – 11 of 11) sorted by relevance
102 inline int GetReturnSlotCount() const { return return_slot_count_; } in GetReturnSlotCount() function
1082 DCHECK_EQ(state->frame()->GetReturnSlotCount(), 0); in AdjustStackPointerForTailCall()4747 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()4773 if (frame()->GetReturnSlotCount() > 0) { in AssembleConstructFrame()4774 __ AllocateStackSpace(frame()->GetReturnSlotCount() * kSystemPointerSize); in AssembleConstructFrame()4784 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
4103 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()4117 if (frame()->GetReturnSlotCount() > 0) { in AssembleConstructFrame()4118 __ AllocateStackSpace(frame()->GetReturnSlotCount() * kSystemPointerSize); in AssembleConstructFrame()4128 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
3483 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()3500 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3508 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
2293 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()2323 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3784 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()3802 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3810 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4130 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()4147 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()4155 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3050 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3216 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleReturn()
4046 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()4075 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4248 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()4278 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3951 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3981 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()