Searched refs:GetReturnSlotCount (Results 1 – 9 of 9) sorted by relevance
96 inline int GetReturnSlotCount() const { return return_slot_count_; } in GetReturnSlotCount() function
2424 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()2442 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()2453 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
3134 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()3163 if (frame()->GetReturnSlotCount() > 0) { in AssembleConstructFrame()3164 __ subq(rsp, Immediate(frame()->GetReturnSlotCount() * kPointerSize)); in AssembleConstructFrame()3174 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
3037 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()3055 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3066 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
4285 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()4299 if (frame()->GetReturnSlotCount() > 0) { in AssembleConstructFrame()4300 __ sub(esp, Immediate(frame()->GetReturnSlotCount() * kPointerSize)); in AssembleConstructFrame()4310 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
3100 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()3122 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3133 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
2384 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleConstructFrame()2521 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleReturn()
3243 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3274 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
3493 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()3524 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()