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 144 return ExplicitOperand(LocationOperand::REGISTER, rep,
147 return ExplicitOperand(LocationOperand::STACK_SLOT, rep,
instruction.h 525 class V8_EXPORT_PRIVATE ExplicitOperand
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);
    [all...]
instruction.cc 299 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep,
    [all...]

Completed in 52 milliseconds