Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc98 bool RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const> intervals, in ValidateIntervals() function in art::RegisterAllocator
Dregister_allocator_test.cc68 bool ValidateIntervals(const ScopedArenaVector<LiveInterval*>& intervals, in ValidateIntervals() function in art::RegisterAllocatorTest
105 TEST_F(RegisterAllocatorTest, ValidateIntervals) { in TEST_F() argument