Searched defs:live_ranges (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h341 const ZoneList<LiveRange*>* live_ranges() const { return &live_ranges_; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen.cc13540 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges(); local
13541 for (int i = 0; i < live_ranges->length(); ++i) {
13542 TraceLiveRange(live_ranges->at(i), "object", allocator->zone());
/external/v8/src/compiler/
H A Dregister-allocator.h694 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

Completed in 125 milliseconds