HomeSort by relevance Sort by last modified time
    Searched refs:live_ranges (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
live-range-separator.cc 50 DCHECK_NULL(data->live_ranges()[splinter->vreg()]);
51 data->live_ranges()[splinter->vreg()] = splinter;
123 size_t virt_reg_count = data()->live_ranges().size();
125 TopLevelLiveRange *range = data()->live_ranges()[vreg];
139 for (TopLevelLiveRange *top : data()->live_ranges()) {
163 int live_range_count = static_cast<int>(data()->live_ranges().size());
165 TopLevelLiveRange *range = data()->live_ranges()[i];
173 data()->live_ranges()[to_remove] = nullptr;
register-allocator.cc 215 bounds_length_(static_cast<int>(data_->live_ranges().size())),
225 TopLevelLiveRange* range = data_->live_ranges()[operand_index];
1011 DCHECK(GetSpillRange()->live_ranges().size() > 0);
1933 ZoneVector<TopLevelLiveRange*>* live_ranges = local
    [all...]
register-allocator.h 706 const ZoneVector<TopLevelLiveRange*>& live_ranges() const { function in class:v8::internal::compiler::LiveRange::final
709 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; } function in class:v8::internal::compiler::LiveRange::final
771 const ZoneVector<TopLevelLiveRange*>& live_ranges() const { function in class:v8::internal::compiler::LiveRange::final
774 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; } function in class:v8::internal::compiler::LiveRange::final
    [all...]
graph-visualizer.cc 565 for (const TopLevelLiveRange* range : data->live_ranges()) {
  /external/v8/src/crankshaft/
lithium-allocator.cc     [all...]
lithium-allocator.h 341 const ZoneList<LiveRange*>* live_ranges() const { return &live_ranges_; } function in class:v8::internal::BASE_EMBEDDED
hydrogen.cc 12903 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges(); local
    [all...]

Completed in 276 milliseconds