Home
last modified time | relevance | path

Searched defs:intervals (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc60 GrowableArray<LiveInterval*> intervals(&allocator, 0); in TEST() local
Dregister_allocator.cc207 GrowableArray<LiveInterval*> intervals(allocator_, 0); in ValidateInternal() local
226 bool RegisterAllocator::ValidateIntervals(const GrowableArray<LiveInterval*>& intervals, in ValidateIntervals()