HomeSort by relevance Sort by last modified time
    Searched refs:GetStackSlotCount (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 53 return GetStackSlotCount() > 0 ||
163 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-arm.cc 62 code->set_stack_slots(GetStackSlotCount());
153 int slots = GetStackSlotCount();
249 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
413 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 62 return GetStackSlotCount() > 0 ||
266 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-arm64.cc 677 int slots = GetStackSlotCount();
756 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
917 safepoints_.Emit(masm(), GetStackSlotCount());
924 code->set_stack_slots(GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 56 return GetStackSlotCount() > 0 ||
142 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-ia32.cc 76 code->set_stack_slots(GetStackSlotCount());
209 int slots = GetStackSlotCount();
361 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
486 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 52 return GetStackSlotCount() > 0 ||
163 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-mips.cc 86 code->set_stack_slots(GetStackSlotCount());
176 int slots = GetStackSlotCount();
264 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
407 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 52 return GetStackSlotCount() > 0 ||
164 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-mips64.cc 61 code->set_stack_slots(GetStackSlotCount());
151 int slots = GetStackSlotCount();
239 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
352 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 53 return GetStackSlotCount() > 0 ||
136 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-x64.cc 68 code->set_stack_slots(GetStackSlotCount());
164 int slots = GetStackSlotCount();
257 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
393 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 58 return GetStackSlotCount() > 0 ||
174 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
lithium-codegen-x87.cc 77 code->set_stack_slots(GetStackSlotCount());
178 int slots = GetStackSlotCount();
327 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
484 safepoints_.Emit(masm(), GetStackSlotCount());
    [all...]

Completed in 1355 milliseconds