Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-elider.h30 const InstructionBlocks& instruction_blocks() const;
Dinstruction.cc602 InstructionBlocks* InstructionSequence::InstructionBlocksFor( in InstructionBlocksFor()
604 InstructionBlocks* blocks = zone->NewArray<InstructionBlocks>(1); in InstructionBlocksFor()
605 new (blocks) InstructionBlocks( in InstructionBlocksFor()
619 void InstructionSequence::ComputeAssemblyOrder(InstructionBlocks* blocks) { in ComputeAssemblyOrder()
636 InstructionBlocks* instruction_blocks) in InstructionSequence()
Dframe-elider.cc115 const InstructionBlocks& FrameElider::instruction_blocks() const { in instruction_blocks()
Dinstruction.h1168 typedef ZoneVector<InstructionBlock*> InstructionBlocks; typedef
1179 static InstructionBlocks* InstructionBlocksFor(Zone* zone,
1182 static void ComputeAssemblyOrder(InstructionBlocks* blocks);
1185 InstructionBlocks* instruction_blocks);
1190 const InstructionBlocks& instruction_blocks() const { in instruction_blocks()
1334 InstructionBlocks* const instruction_blocks_;
Dpipeline.cc272 InstructionBlocks* instruction_blocks = in InitializeInstructionSequence()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h238 InstructionBlocks instruction_blocks_;
Dinstruction-selector-unittest.cc37 InstructionBlocks* instruction_blocks = in Build()
/external/v8/test/cctest/compiler/
Dtest-instruction.cc48 InstructionBlocks* instruction_blocks = in allocCode()