/external/v8/src/compiler/ |
D | frame.h | 83 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; } in GetTotalFrameSlotCount() function 218 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) - in GetSPToFPSlotCount()
|
D | code-generator.cc | 215 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount()); in GenerateCode() 222 result->set_stack_slots(frame()->GetTotalFrameSlotCount()); in GenerateCode() 267 frame()->GetTotalFrameSlotCount() - frame()->GetSpillSlotCount(); in RecordSafepoint()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 131 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 132 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-arm.cc | 61 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 375 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 147 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 133 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 134 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-ia32.cc | 69 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 380 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 147 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-mips.cc | 103 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 390 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 158 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 159 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 253 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 254 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
D | lithium-codegen-arm64.cc | 838 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable() 845 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode() 1130 (pushed_arguments_ + GetTotalFrameSlotCount()) * kPointerSize - in ToMemOperand()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 166 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function 167 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 648 int GetTotalFrameSlotCount() const { return current_frame_slots_; } in GetTotalFrameSlotCount() function
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1800 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1957 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1706 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1970 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2271 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2144 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2416 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2412 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2290 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
|