Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.cc353 InstructionOperandVector* inputs, in AddOperandToStateValueDescriptor()
396 InstructionOperandVector* inputs, in AddInputsToFrameStateDescriptor()
476 InstructionOperandVector outputs;
477 InstructionOperandVector instruction_args;
1560 InstructionOperandVector args(instruction_zone()); in VisitDeoptimize()
Dinstruction.h114 typedef ZoneVector<InstructionOperand> InstructionOperandVector; typedef