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

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 155 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-arm.cc 124 int slots = GetStackSlotCount();
236 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 132 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-ia32.cc 140 int slots = GetStackSlotCount();
247 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 145 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-ppc.cc 150 int slots = GetStackSlotCount();
253 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 145 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-s390.cc 142 int slots = GetStackSlotCount();
243 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 130 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-x64.cc 136 int slots = GetStackSlotCount();
246 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 252 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-arm64.cc 587 GetStackSlotCount() + TypedFrameConstants::kFixedSlotCount);
591 int slots = GetStackSlotCount();
687 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 155 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-mips.cc 165 int slots = GetStackSlotCount();
269 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 157 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-mips64.cc 141 int slots = GetStackSlotCount();
245 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 165 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-x87.cc 108 int slots = GetStackSlotCount();
221 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]

Completed in 563 milliseconds