Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h83 inline int GetTotalFrameSlotCount() const { return frame_slot_count_; } in GetTotalFrameSlotCount() function
210 (has_frame() ? frame()->GetTotalFrameSlotCount() : kElidedFrameSlots) - in GetSPToFPSlotCount()
Dcode-generator.cc205 safepoints()->Emit(masm(), frame()->GetTotalFrameSlotCount()); in GenerateCode()
210 result->set_stack_slots(frame()->GetTotalFrameSlotCount()); in GenerateCode()
260 frame()->GetTotalFrameSlotCount() - frame()->GetSpillSlotCount(); in RecordSafepoint()
806 ? (frame()->GetTotalFrameSlotCount() - pc_slots) in TailCallFrameStackSlotDelta()
Dregister-allocator.cc1726 data()->frame()->GetTotalFrameSlotCount()); in MeetConstraintsAfter()
/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()
371 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()
Dlithium-codegen-s390.cc56 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
349 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h131 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
132 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-x64.cc67 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
397 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/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()
376 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()
Dlithium-codegen-ppc.cc62 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
363 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h156 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
157 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-mips.cc84 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
367 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()
Dlithium-codegen-mips64.cc60 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
350 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h258 int GetTotalFrameSlotCount() const { in GetTotalFrameSlotCount() function
259 return chunk()->GetTotalFrameSlotCount(); in GetTotalFrameSlotCount()
Dlithium-codegen-arm64.cc818 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
825 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
1125 (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()
Dlithium-codegen-x87.cc69 code->set_stack_slots(GetTotalFrameSlotCount()); in FinishCode()
379 safepoints_.Emit(masm(), GetTotalFrameSlotCount()); in GenerateSafepointTable()
/external/v8/src/crankshaft/
Dlithium.h648 int GetTotalFrameSlotCount() const { return current_frame_slots_; } in GetTotalFrameSlotCount() function
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1717 frame()->GetTotalFrameSlotCount()); in AssembleConstructFrame()