Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector.h489 void AppendDeoptimizeArguments(InstructionOperandVector* args,
566 InstructionOperandVector* inputs,
569 InstructionOperandVector* inputs,
748 InstructionOperandVector continuation_inputs_;
749 InstructionOperandVector continuation_outputs_;
Dinstruction-selector.cc548 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()
Dinstruction.h137 typedef ZoneVector<InstructionOperand> InstructionOperandVector; typedef