Lines Matching refs:ZoneVector
140 typedef ZoneVector<InstructionOperand> InstructionOperandVector;
730 : public NON_EXPORTED_BASE(ZoneVector<MoveOperands *>), in NON_EXPORTED_BASE()
733 explicit ParallelMove(Zone* zone) : ZoneVector<MoveOperands*>(zone) { in NON_EXPORTED_BASE()
757 ZoneVector<MoveOperands*>* to_eliminate) const; in NON_EXPORTED_BASE()
778 const ZoneVector<InstructionOperand>& reference_operands() const { in reference_operands()
793 ZoneVector<InstructionOperand> reference_operands_;
1132 ZoneVector<StateValueDescriptor>& fields() { return fields_; } in fields()
1150 ZoneVector<StateValueDescriptor> fields_;
1216 typedef ZoneVector<DeoptimizationEntry> DeoptimizationVector;
1221 typedef ZoneVector<InstructionOperand> Inputs; in NON_EXPORTED_BASE()
1282 typedef ZoneVector<RpoNumber> Predecessors; in NON_EXPORTED_BASE()
1288 typedef ZoneVector<RpoNumber> Successors; in NON_EXPORTED_BASE()
1293 typedef ZoneVector<PhiInstruction*> PhiInstructions; in NON_EXPORTED_BASE()
1343 typedef ZoneVector<InstructionBlock*> InstructionBlocks;
1443 typedef ZoneVector<Constant> Immediates; in NON_EXPORTED_BASE()
1520 ZoneVector<MachineRepresentation> representations_; in NON_EXPORTED_BASE()