Searched refs:LDoubleStackSlot (Results 1 – 11 of 11) sorted by relevance
313 class LDoubleStackSlot: public LOperand {315 static LDoubleStackSlot* Create(int index) { in Create()318 return new LDoubleStackSlot(index); in Create()321 static LDoubleStackSlot* cast(LOperand* op) { in cast()323 return reinterpret_cast<LDoubleStackSlot*>(op); in cast()330 static LDoubleStackSlot* cache;332 LDoubleStackSlot() : LOperand() { } in LDoubleStackSlot() function333 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { } in LDoubleStackSlot() function
109 DEFINE_OPERAND_CACHE(LDoubleStackSlot, DOUBLE_STACK_SLOT) in DEFINE_OPERAND_CACHE()118 LDoubleStackSlot::SetUpCache(); in DEFINE_OPERAND_CACHE()
381 class LDoubleStackSlot V8_FINAL : public LOperand {383 static LDoubleStackSlot* Create(int index, Zone* zone) { in Create()386 return new(zone) LDoubleStackSlot(index); in Create()389 static LDoubleStackSlot* cast(LOperand* op) { in cast()391 return reinterpret_cast<LDoubleStackSlot*>(op); in cast()399 static LDoubleStackSlot* cache;401 LDoubleStackSlot() : LOperand() { } in LDoubleStackSlot() function402 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { } in LDoubleStackSlot() function
379 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
435 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
377 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
368 return LDoubleStackSlot::Create(index, zone()); in GetNextSpillSlot()
426 return LDoubleStackSlot::Create(index, zone()); in GetNextSpillSlot()
431 return LDoubleStackSlot::Create(index, zone()); in GetNextSpillSlot()
404 return LDoubleStackSlot::Create(index, zone()); in GetNextSpillSlot()