Home
last modified time | relevance | path

Searched refs:unhandled_core_intervals_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc451 register_allocator.unhandled_ = &register_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_ = &register_allocator.unhandled_core_intervals_; in TEST()
Dregister_allocator.h166 GrowableArray<LiveInterval*> unhandled_core_intervals_; variable
Dregister_allocator.cc46 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()