Searched defs:SubKindOperand (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction.h316 class SubKindOperand FINAL : public InstructionOperand {
318 static SubKindOperand* Create(int index, Zone* zone) {
321 return new (zone) SubKindOperand(index);
324 static SubKindOperand* cast(InstructionOperand* op) {
326 return reinterpret_cast<SubKindOperand*>(op);
333 static SubKindOperand* cache;
335 SubKindOperand() : InstructionOperand() {} function in class:v8::internal::compiler::FINAL
336 explicit SubKindOperand(int index) function in class:v8::internal::compiler::FINAL
342 typedef SubKindOperand<InstructionOperand::type, number> name##Operand;

Completed in 52 milliseconds