Lines Matching refs:chunk_
515 : chunk_(NULL), in LAllocator()
664 int index = chunk_->NearestGapPos(last_instruction); in GetLastGap()
799 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween()
1028 operand = chunk_->DefineConstantOperand(constant); in ResolvePhis()
1039 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()
1063 LLabel* label = chunk_->GetLabel(phi->block()->block_id()); in ResolvePhis()
1072 DCHECK(chunk_ == NULL); in Allocate()
1073 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
1191 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()
1342 PrintF("Function: %s\n", chunk_->info()->GetDebugName().get()); in BuildLiveRanges()
1363 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in SafePointsAreInOrder()
1376 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in PopulatePointerMaps()
2033 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
2143 if (op == NULL) op = chunk_->GetNextSpillSlot(range->Kind()); in Spill()