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

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

Completed in 431 milliseconds