Home | History | Annotate | Download | only in compiler

Lines Matching refs:allocation_zone

1365       phi_map_(allocation_zone()),
1366 live_in_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()),
1367 live_out_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()),
1369 allocation_zone()),
1371 allocation_zone()),
1372 fixed_float_live_ranges_(allocation_zone()),
1374 allocation_zone()),
1375 fixed_simd128_live_ranges_(allocation_zone()),
1376 spill_ranges_(code->VirtualRegisterCount(), nullptr, allocation_zone()),
1377 delayed_references_(allocation_zone()),
1429 return new (allocation_zone()) TopLevelLiveRange(index, rep);
1452 RegisterAllocationData::PhiMapValue* map_value = new (allocation_zone())
1453 RegisterAllocationData::PhiMapValue(phi, block, allocation_zone());
1534 spill_range = new (allocation_zone()) SpillRange(range, allocation_zone());
1552 new (allocation_zone()) SpillRange(range, allocation_zone());
1690 range->RecordSpillLocation(allocation_zone(), gap_index, output);
1744 range->RecordSpillLocation(allocation_zone(), instr_index + 1,
1831 live_range->RecordSpillLocation(allocation_zone(), gap_index, &output);
1852 Zone* zone = data->allocation_zone();
1892 range->AddUseInterval(start, end, allocation_zone());
1986 return new (allocation_zone()) UsePosition(pos, operand, hint, hint_type);
1998 range->AddUseInterval(position, position.NextStart(), allocation_zone());
2024 range->AddUseInterval(block_start, position, allocation_zone());
2084 allocation_zone());
2096 allocation_zone());
2109 allocation_zone());
2119 allocation_zone());
2370 range->EnsureInterval(start, end, allocation_zone());
2621 LiveRange* result = range->SplitAt(pos, allocation_zone());