HomeSort by relevance Sort by last modified time
    Searched refs:ExplicitOperand (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
instruction-selector-impl.h 196 return ExplicitOperand(LocationOperand::REGISTER, rep,
199 return ExplicitOperand(LocationOperand::STACK_SLOT, rep,
instruction.h 524 class V8_EXPORT_PRIVATE ExplicitOperand
527 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
529 static ExplicitOperand* New(Zone* zone, LocationKind kind,
531 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index));
534 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);
    [all...]
instruction.cc 311 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep,
    [all...]

Completed in 61 milliseconds