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 123 int slots = GetStackSlotCount();
227 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 257 int GetStackSlotCount() const { return chunk()->GetSpillSlotCount(); }
lithium-codegen-arm64.cc 569 GetStackSlotCount() + TypedFrameConstants::kFixedSlotCount);
573 int slots = GetStackSlotCount();
662 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 139 int slots = GetStackSlotCount();
238 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 145 int slots = GetStackSlotCount();
241 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 121 int slots = GetStackSlotCount();
217 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 133 int slots = GetStackSlotCount();
228 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 124 int slots = GetStackSlotCount();
217 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 134 int slots = GetStackSlotCount();
237 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 107 int slots = GetStackSlotCount();
212 int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
    [all...]

Completed in 319 milliseconds