Searched refs:CoalescedLiveRanges (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dcoalesced-live-ranges.h16 // Implementation detail for CoalescedLiveRanges.
35 // An iterator over conflicts of a live range, obtained from CoalescedLiveRanges
55 friend class CoalescedLiveRanges;
119 class CoalescedLiveRanges : public ZoneObject { class in namespace:v8::internal::compiler
121 explicit CoalescedLiveRanges(Zone* zone) : intervals_(zone) {} function in class:v8::internal::compiler::CoalescedLiveRanges
151 DISALLOW_COPY_AND_ASSIGN(CoalescedLiveRanges);
H A Dcoalesced-live-ranges.cc114 LiveRangeConflictIterator CoalescedLiveRanges::GetConflicts(
120 void CoalescedLiveRanges::AllocateRange(LiveRange* range) {
129 bool CoalescedLiveRanges::VerifyAllocationsAreValidForTesting() const {
H A Dgreedy-allocator.h104 CoalescedLiveRanges* current_allocations(unsigned i) {
108 CoalescedLiveRanges* current_allocations(unsigned i) const {
190 ZoneVector<CoalescedLiveRanges*> allocations_;
H A Dgreedy-allocator.cc102 allocations_[i] = new (local_zone()) CoalescedLiveRanges(local_zone());
119 CoalescedLiveRanges grouper(local_zone());
/external/v8/test/unittests/compiler/
H A Dcoalesced-live-ranges-unittest.cc21 CoalescedLiveRanges& ranges() { return ranges_; }
22 const CoalescedLiveRanges& ranges() const { return ranges_; }
29 CoalescedLiveRanges ranges_;

Completed in 106 milliseconds