Home
last modified time | relevance | path

Searched refs:ExplicitOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector-impl.h144 return ExplicitOperand(LocationOperand::REGISTER, rep, in UseExplicit()
147 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
Dinstruction.h525 class V8_EXPORT_PRIVATE ExplicitOperand
528 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index); in NON_EXPORTED_BASE()
530 static ExplicitOperand* New(Zone* zone, LocationKind kind, in NON_EXPORTED_BASE()
532 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index)); in NON_EXPORTED_BASE()
535 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT); in NON_EXPORTED_BASE()
Dinstruction.cc299 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep, in ExplicitOperand() function in v8::internal::compiler::ExplicitOperand