Searched refs:InstructionDeque (Results 1 – 1 of 1) sorted by relevance
1281 typedef ZoneDeque<Instruction*> InstructionDeque; typedef1352 typedef InstructionDeque::const_iterator const_iterator;1355 const InstructionDeque& instructions() const { return instructions_; } in instructions()1470 InstructionDeque instructions_;