Lines Matching refs:chunk
643 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
654 result = new(zone()) LiveRange(FixedLiveRangeID(index), chunk()->zone());
668 chunk()->zone());
683 result = new(zone()) LiveRange(index, chunk()->zone());
761 chunk()->zone());
770 move->AddMove(cur.source(), to, chunk()->zone());
776 move->AddMove(from, to, chunk()->zone());
817 chunk()->zone());
839 chunk()->zone());
841 chunk()->zone());
851 chunk()->zone());
861 chunk()->zone());
887 chunk()->zone());
895 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone());
925 chunk()->zone());
1038 new(chunk()->zone()) LUnallocated(LUnallocated::NONE);
1049 new(chunk()->zone()) LUnallocated(LUnallocated::ANY);
1072 branch->pointer_map()->RecordPointer(phi_operand, chunk()->zone());
1074 branch->pointer_map()->RecordUntagged(phi_operand, chunk()->zone());
1081 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())->
1082 AddMove(phi_operand, live_range->GetSpillOperand(), chunk()->zone());
1088 bool LAllocator::Allocate(LChunk* chunk) {
1090 chunk_ = static_cast<LPlatformChunk*>(chunk);
1092 new(chunk->zone()) BitVector(Register::NumAllocatableRegisters(),
1093 chunk->zone());
1095 new(chunk->zone()) BitVector(DoubleRegister::NumAllocatableRegisters(),
1096 chunk->zone());
1161 LOperand* pred_op = pred_cover->CreateAssignedOperand(chunk()->zone());
1162 LOperand* cur_op = cur_cover->CreateAssignedOperand(chunk()->zone());
1182 branch->pointer_map()->RecordPointer(cur_op, chunk()->zone());
1190 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op,
1191 chunk()->zone());
1202 pos.IsInstructionStart() ? LGap::START : LGap::END, chunk()->zone());
1206 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone());
1237 chunk()->zone());
1239 chunk()->zone());
1241 chunk()->zone());
1307 chunk()->zone());
1465 map->RecordPointer(range->GetSpillOperand(), chunk()->zone());
1472 LOperand* operand = cur->CreateAssignedOperand(chunk()->zone());
1474 map->RecordPointer(operand, chunk()->zone());
2155 range->MakeSpilled(chunk()->zone());
2196 isolate()->GetHTracer()->TraceLithium(name(), allocator_->chunk());