Searched refs:InstructionOperandVector (Results 1 – 3 of 3) sorted by relevance
489 void AppendDeoptimizeArguments(InstructionOperandVector* args,566 InstructionOperandVector* inputs,569 InstructionOperandVector* inputs,748 InstructionOperandVector continuation_inputs_;749 InstructionOperandVector continuation_outputs_;
548 StateValueList* values, InstructionOperandVector* inputs, in AddOperandToStateValueDescriptor()617 StateObjectDeduplicator* deduplicator, InstructionOperandVector* inputs, in AddInputsToFrameStateDescriptor()746 InstructionOperandVector* args, DeoptimizeKind kind, in AppendDeoptimizeArguments()766 InstructionOperandVector args(instruction_zone()); in EmitDeoptimize()798 InstructionOperandVector outputs;799 InstructionOperandVector instruction_args;2767 InstructionOperandVector temps(zone()); in VisitTailCall()
137 typedef ZoneVector<InstructionOperand> InstructionOperandVector; typedef