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

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 47 return GetStackSlotCount() > 0 ||
156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 52 return GetStackSlotCount() > 0 ||
256 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 50 return GetStackSlotCount() > 0 ||
135 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 47 return GetStackSlotCount() > 0 ||
156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 47 return GetStackSlotCount() > 0 ||
158 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 47 return GetStackSlotCount() > 0 || info()->is_non_deferred_calling() ||
144 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 48 return GetStackSlotCount() > 0 ||
131 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 53 return GetStackSlotCount() > 0 ||
168 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }

Completed in 6386 milliseconds