Searched refs:SubKindOperand (Results 1 – 2 of 2) sorted by relevance
316 class SubKindOperand FINAL : public InstructionOperand {318 static SubKindOperand* Create(int index, Zone* zone) { in Create()321 return new (zone) SubKindOperand(index); in Create()324 static SubKindOperand* cast(InstructionOperand* op) { in cast()326 return reinterpret_cast<SubKindOperand*>(op); in cast()333 static SubKindOperand* cache;335 SubKindOperand() : InstructionOperand() {} in SubKindOperand() function336 explicit SubKindOperand(int index) in SubKindOperand() function342 typedef SubKindOperand<InstructionOperand::type, number> name##Operand;
61 SubKindOperand<kOperandKind, kNumCachedOperands>*62 SubKindOperand<kOperandKind, kNumCachedOperands>::cache = NULL;66 void SubKindOperand<kOperandKind, kNumCachedOperands>::SetUpCache() { in SetUpCache()68 cache = new SubKindOperand[kNumCachedOperands]; in SetUpCache()76 void SubKindOperand<kOperandKind, kNumCachedOperands>::TearDownCache() { in TearDownCache()