Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc60 TEST(RegisterAllocatorTest, ValidateIntervals) { in TEST() argument
Dregister_allocator.cc464 bool RegisterAllocator::ValidateIntervals(const GrowableArray<LiveInterval*>& intervals, in ValidateIntervals() function in art::RegisterAllocator