Searched defs:InstructionBlocks (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction.h1443 typedef ZoneVector<InstructionBlock*> InstructionBlocks; typedef in namespace:v8::internal::compiler
1455 static InstructionBlocks* InstructionBlocksFor(Zone* zone,
1458 static void ComputeAssemblyOrder(InstructionBlocks* blocks);
1461 InstructionBlocks* instruction_blocks);
1466 const InstructionBlocks& instruction_blocks() const {
1618 InstructionBlocks* const instruction_blocks_;

Completed in 62 milliseconds