Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h96 inline int GetReturnSlotCount() const { return return_slot_count_; } in GetReturnSlotCount() function
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2424 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
2442 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
2453 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc3134 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()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc3037 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3055 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3066 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc4285 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()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3100 shrink_slots -= frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3122 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3133 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2384 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleConstructFrame()
2521 const int returns = RoundUp(frame()->GetReturnSlotCount(), 2); in AssembleReturn()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc3243 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3274 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3493 const int returns = frame()->GetReturnSlotCount(); in AssembleConstructFrame()
3524 const int returns = frame()->GetReturnSlotCount(); in AssembleReturn()