Home
last modified time | relevance | path

Searched refs:InstructionOperandVector (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector.cc483 InstructionOperandVector* inputs, in AddOperandToStateValueDescriptor()
531 InstructionOperandVector* inputs, in AddInputsToFrameStateDescriptor()
611 InstructionOperandVector outputs;
612 InstructionOperandVector instruction_args;
1913 InstructionOperandVector temps(zone()); in VisitTailCall()
2011 InstructionOperandVector args(instruction_zone()); in EmitDeoptimize()
Dinstruction.h140 typedef ZoneVector<InstructionOperand> InstructionOperandVector; typedef