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

  /external/v8/src/compiler/
register-allocator.h 694 const ZoneVector<TopLevelLiveRange*>& live_ranges() const { function in class:v8::internal::compiler::LiveRange::final
697 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; } function in class:v8::internal::compiler::LiveRange::final
759 const ZoneVector<TopLevelLiveRange*>& live_ranges() const { function in class:v8::internal::compiler::LiveRange::final
762 ZoneVector<TopLevelLiveRange*>& live_ranges() { return live_ranges_; } function in class:v8::internal::compiler::LiveRange::final
    [all...]
register-allocator.cc 212 bounds_length_(static_cast<int>(data_->live_ranges().size())),
222 TopLevelLiveRange* range = data_->live_ranges()[operand_index];
1006 DCHECK_LT(0, GetSpillRange()->live_ranges().size());
1939 ZoneVector<TopLevelLiveRange*>* live_ranges = local
    [all...]

Completed in 235 milliseconds