Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.cc386 InstructionOperandVector* inputs, in AddOperandToStateValueDescriptor()
429 InstructionOperandVector* inputs, in AddInputsToFrameStateDescriptor()
509 InstructionOperandVector outputs;
510 InstructionOperandVector instruction_args;
1718 InstructionOperandVector temps(zone()); in VisitTailCall()
1846 InstructionOperandVector args(instruction_zone()); in EmitDeoptimize()
Dinstruction.h122 typedef ZoneVector<InstructionOperand> InstructionOperandVector; typedef