Searched refs:LSubKindOperand (Results 1 – 2 of 2) sorted by relevance
306 class LSubKindOperand FINAL : public LOperand {308 static LSubKindOperand* Create(int index, Zone* zone) { in Create()311 return new(zone) LSubKindOperand(index); in Create()314 static LSubKindOperand* cast(LOperand* op) { in cast()316 return reinterpret_cast<LSubKindOperand*>(op); in cast()323 static LSubKindOperand* cache;325 LSubKindOperand() : LOperand() { } in LSubKindOperand() function326 explicit LSubKindOperand(int index) : LOperand(kOperandKind, index) { } in LSubKindOperand() function331 typedef LSubKindOperand<LOperand::type, number> L##name;
132 LSubKindOperand<kOperandKind, kNumCachedOperands>*133 LSubKindOperand<kOperandKind, kNumCachedOperands>::cache = NULL;137 void LSubKindOperand<kOperandKind, kNumCachedOperands>::SetUpCache() { in SetUpCache()139 cache = new LSubKindOperand[kNumCachedOperands]; in SetUpCache()147 void LSubKindOperand<kOperandKind, kNumCachedOperands>::TearDownCache() { in TearDownCache()