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

/external/v8/src/compiler/
H A Dinstruction.cc299 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep, function in class:v8::internal::compiler::ExplicitOperand
H A Dinstruction.h525 class V8_EXPORT_PRIVATE ExplicitOperand class in namespace:v8::internal::compiler
528 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
530 static ExplicitOperand* New(Zone* zone, LocationKind kind,
532 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index));
535 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);

Completed in 157 milliseconds