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

  /external/v8/src/compiler/
instruction.cc 242 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep,
instruction.h 478 class ExplicitOperand : public LocationOperand {
480 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
482 static ExplicitOperand* New(Zone* zone, LocationKind kind,
484 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index));
487 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);
    [all...]

Completed in 1932 milliseconds