Home
last modified time | relevance | path

Searched refs:GetTotalFrameSlotCount (Results 1 – 25 of 31) sorted by relevance

12

/external/v8/src/compiler/
Dframe.h83 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; } in GetTotalFrameSlotCount() function
218 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) - in GetSPToFPSlotCount()
Dcode-generator.cc215 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/
Dlithium-codegen-x64.h131 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
132 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-arm.cc61 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
375 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
147 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h133 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
134 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-ia32.cc69 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
380 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h146 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
147 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-mips.cc103 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
390 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h158 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
159 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h253 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
254 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-arm64.cc838 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/
Dlithium-codegen-x87.h166 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
167 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
/external/v8/src/crankshaft/
Dlithium.h648 int GetTotalFrameSlotCount() const { return current_frame_slots_; } in GetTotalFrameSlotCount() function
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1800 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1957 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1706 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1970 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2271 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2144 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2416 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2412 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc2290 frame()->GetTotalFrameSlotCount() - descriptor->CalculateFixedFrameSize(); in AssembleConstructFrame()

12