Home
last modified time | relevance | path

Searched refs:LSubKindOperand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlithium.h306 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() function
326 explicit LSubKindOperand(int index) : LOperand(kOperandKind, index) { } in LSubKindOperand() function
331 typedef LSubKindOperand<LOperand::type, number> L##name;
Dlithium.cc132 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()