Home
last modified time | relevance | path

Searched refs:GetStackSlotCount (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/x64/
Dlithium-codegen-x64.h53 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
136 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-x64.cc68 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
164 int slots = GetStackSlotCount(); in GeneratePrologue()
257 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
393 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
/external/v8/src/arm/
Dlithium-codegen-arm.h53 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
163 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-arm.cc62 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
153 int slots = GetStackSlotCount(); in GeneratePrologue()
249 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
413 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
/external/v8/src/ia32/
Dlithium-codegen-ia32.h56 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
142 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-ia32.cc76 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
209 int slots = GetStackSlotCount(); in GeneratePrologue()
361 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
486 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
/external/v8/src/mips64/
Dlithium-codegen-mips64.h52 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
164 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-mips64.cc61 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
151 int slots = GetStackSlotCount(); in GeneratePrologue()
239 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
352 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
/external/v8/src/mips/
Dlithium-codegen-mips.h52 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
163 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-mips.cc86 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
176 int slots = GetStackSlotCount(); in GeneratePrologue()
264 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
407 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
/external/v8/src/arm64/
Dlithium-codegen-arm64.h62 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
266 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-arm64.cc677 int slots = GetStackSlotCount(); in GeneratePrologue()
756 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
917 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
924 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
1285 (GetStackSlotCount() - op->index() - 1) * kPointerSize; in ToMemOperand()
/external/v8/src/x87/
Dlithium-codegen-x87.h58 return GetStackSlotCount() > 0 || in NeedsEagerFrame()
174 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
Dlithium-codegen-x87.cc77 code->set_stack_slots(GetStackSlotCount()); in FinishCode()
178 int slots = GetStackSlotCount(); in GeneratePrologue()
327 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue()
484 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()