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

/external/v8/src/compiler/
H A Dinstruction.h491 class AllocatedOperand : public LocationOperand { class in namespace:v8::internal::compiler
493 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index) function in class:v8::internal::compiler::AllocatedOperand
496 static AllocatedOperand* New(Zone* zone, LocationKind kind,
498 return InstructionOperand::New(zone, AllocatedOperand(kind, rep, index));
501 INSTRUCTION_OPERAND_CASTS(AllocatedOperand, ALLOCATED);
678 void RecordReference(const AllocatedOperand& op);

Completed in 368 milliseconds