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

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 135 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 131 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 256 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 156 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 158 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 144 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 168 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
  /external/v8/src/crankshaft/
lithium.h 641 int spill_slot_count() const { return spill_slot_count_; } function in class:v8::internal::LChunk

Completed in 1030 milliseconds