Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h1281 typedef ZoneDeque<Instruction*> InstructionDeque; typedef
1352 typedef InstructionDeque::const_iterator const_iterator;
1355 const InstructionDeque& instructions() const { return instructions_; } in instructions()
1470 InstructionDeque instructions_;