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;
107 size_t virt_reg_count = data()->live_ranges().size();
109 TopLevelLiveRange *range = data()->live_ranges()[vreg];
123 for (TopLevelLiveRange *top : data()->live_ranges()) {
147 int live_range_count = static_cast<int>(data()->live_ranges().size());
149 TopLevelLiveRange *range = data()->live_ranges()[i];
157 data()->live_ranges()[to_remove] = nullptr;
register-allocator.cc 235 bounds_length_(static_cast<int>(data_->live_ranges().size())),
245 TopLevelLiveRange* range = data_->live_ranges()[operand_index];
1010 DCHECK(GetSpillRange()->live_ranges().size() > 0);
    [all...]
register-allocator.h 694 const ZoneVector<TopLevelLiveRange*>& live_ranges() const { function in class:v8::internal::compiler::final
697 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; } function in class:v8::internal::compiler::final
760 const ZoneVector<TopLevelLiveRange*>& live_ranges() const { function in class:v8::internal::compiler::final
763 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; } function in class:v8::internal::compiler::final
    [all...]
graph-visualizer.cc 539 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 13540 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges(); local
    [all...]

Completed in 403 milliseconds