/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 47 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-arm.cc | 62 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 131 int slots = GetStackSlotCount(); in GeneratePrologue() 235 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 385 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 48 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 131 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-x64.cc | 68 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 142 int slots = GetStackSlotCount(); in GeneratePrologue() 245 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 416 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 47 return GetStackSlotCount() > 0 || info()->is_non_deferred_calling() || in NeedsEagerFrame() 144 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-ppc.cc | 63 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 141 int slots = GetStackSlotCount(); in GeneratePrologue() 236 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 375 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 50 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 135 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-ia32.cc | 77 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 186 int slots = GetStackSlotCount(); in GeneratePrologue() 346 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 493 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 47 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-mips.cc | 86 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 154 int slots = GetStackSlotCount(); in GeneratePrologue() 250 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 382 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 47 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 158 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-mips64.cc | 61 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 129 int slots = GetStackSlotCount(); in GeneratePrologue() 225 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 365 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 52 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 256 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-arm64.cc | 629 int slots = GetStackSlotCount(); in GeneratePrologue() 715 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 873 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable() 880 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 1182 (pushed_arguments_ + GetStackSlotCount()) * kPointerSize; in ToMemOperand()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 53 return GetStackSlotCount() > 0 || in NeedsEagerFrame() 168 int GetStackSlotCount() const { return chunk()->spill_slot_count(); } in GetStackSlotCount() function
|
D | lithium-codegen-x87.cc | 78 code->set_stack_slots(GetStackSlotCount()); in FinishCode() 155 int slots = GetStackSlotCount(); in GeneratePrologue() 314 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); in GenerateOsrPrologue() 496 safepoints_.Emit(masm(), GetStackSlotCount()); in GenerateSafepointTable()
|