Home
last modified time | relevance | path

Searched refs:GetReturnSlotCount (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dframe.h98 inline int GetReturnSlotCount() const { return return_slot_count_; } in GetReturnSlotCount() function
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc735 DCHECK_EQ(state->frame()->GetReturnSlotCount(), 0); in AdjustStackPointerForTailCall()
4439 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4468 if (frame()->GetReturnSlotCount() > 0) { in AssembleConstructFrame()
4469 __ AllocateStackSpace(frame()->GetReturnSlotCount() * kSystemPointerSize); in AssembleConstructFrame()
4479 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc4753 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4767 if (frame()->GetReturnSlotCount() > 0) { in AssembleConstructFrame()
4768 __ AllocateStackSpace(frame()->GetReturnSlotCount() * kSystemPointerSize); in AssembleConstructFrame()
4778 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3742 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3764 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3774 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3783 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3801 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3812 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc4674 required_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4692 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4703 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc2934 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleConstructFrame()
3099 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleReturn()
/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc4007 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4037 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc4289 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
4320 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()