Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetGraph

34   const GrowableArray<HBasicBlock*>& blocks = GetGraph()->GetBlocks();
35 DCHECK(blocks.Get(0) == GetGraph()->GetEntryBlock());
36 DCHECK(GoesToNextBlock(GetGraph()->GetEntryBlock(), blocks.Get(1)));
43 ComputeFrameSize(GetGraph()->GetMaximumNumberOfOutVRegs()
44 + GetGraph()->GetNumberOfLocalVRegs()
45 + GetGraph()->GetNumberOfTemporaries()
72 const GrowableArray<HBasicBlock*>& blocks = GetGraph()->GetBlocks();
73 DCHECK(blocks.Get(0) == GetGraph()->GetEntryBlock());
74 DCHECK(GoesToNextBlock(GetGraph()->GetEntryBlock(), blocks.Get(1)));
121 uint16_t number_of_locals = GetGraph()->GetNumberOfLocalVRegs();
132 uint16_t number_of_locals = GetGraph()->GetNumberOfLocalVRegs();