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

/external/chromium_org/v8/src/compiler/
H A Dinstruction.h47 class InstructionOperand : public ZoneObject { class in namespace:v8::internal::compiler
60 InstructionOperand() : value_(KindField::encode(INVALID)) {} function in class:v8::internal::compiler::InstructionOperand
61 InstructionOperand(Kind kind, int index) { ConvertTo(kind, index); } function in class:v8::internal::compiler::InstructionOperand
71 bool Equals(InstructionOperand* other) const {
92 typedef ZoneVector<InstructionOperand*> InstructionOperandVector;
94 OStream& operator<<(OStream& os, const InstructionOperand& op);
96 class UnallocatedOperand : public InstructionOperand {
124 : InstructionOperand(UNALLOCATED, 0) {
131 : InstructionOperand(UNALLOCATED, 0) {
139 : InstructionOperand(UNALLOCATE
[all...]

Completed in 88 milliseconds