Lines Matching defs:data
15 TopTierRegisterAllocationData* data, Zone* zone)
16 : finder_(finder), data_(data), zone_(zone) {}
27 range->FilterSpillMoves(data(), spill_operand);
46 if (range->GetSpillMoveInsertionLocations(data()) == nullptr ||
49 range->CommitSpillMoves(data(), spill_operand);
67 range->CommitSpillMoves(data(), spill_operand);
68 // Verify that we never added any data for this range to the table.
76 if (data()->IsBlockBoundary(end)) {
98 range->CommitSpillMoves(data(), spill_operand);
99 // Verify that we never added any data for this range to the table.
195 static uint64_t UpdateBitDataWithMask(uint64_t data, uint64_t mask) {
196 return set_ones ? data | mask : data & ~mask;
215 zone_->NewArray<Entry>(data()->code()->instruction_blocks().size());
216 for (size_t i = 0; i < data()->code()->instruction_blocks().size(); ++i) {
242 for (int i = 0; i < data()->code()->InstructionBlockCount(); ++i) {
272 block = data()->code()->InstructionBlockAt(block->loop_header());
289 InstructionSequence* code = data()->code();
336 InstructionSequence* code = data()->code();
377 // currently have no markings in this block, to avoid pushing data too
393 InstructionSequence* code = data()->code();
431 TopLevelLiveRange* top = data()->live_ranges()[vreg_to_spill];
432 top->CommitSpillMoves(data(), top->GetSpillRangeOperand());
442 // Propagate data upward if there are non-deferred successors and they
467 TopLevelLiveRange* top = data()->live_ranges()[vreg];
475 data()->AddGapMove(successor->first_instruction_index(),