Searched refs:unhandled_core_intervals_ (Results 1 – 3 of 3) sorted by relevance
451 register_allocator.unhandled_ = ®ister_allocator.unhandled_core_intervals_; in TEST()863 register_allocator.unhandled_core_intervals_.Add(fourth); in TEST()864 register_allocator.unhandled_core_intervals_.Add(third); in TEST()865 register_allocator.unhandled_core_intervals_.Add(second); in TEST()866 register_allocator.unhandled_core_intervals_.Add(first); in TEST()872 register_allocator.unhandled_ = ®ister_allocator.unhandled_core_intervals_; in TEST()
166 GrowableArray<LiveInterval*> unhandled_core_intervals_; variable
46 unhandled_core_intervals_(allocator, 0), in RegisterAllocator()167 unhandled_ = &unhandled_core_intervals_; in AllocateRegistersInternal()220 unhandled_core_intervals_.Add(interval); in ProcessInstruction()270 AddSorted(&unhandled_core_intervals_, interval); in ProcessInstruction()307 ? unhandled_core_intervals_ in ProcessInstruction()567 unhandled_ : &unhandled_core_intervals_; in DumpAllIntervals()