Searched refs:ValidateIntervals (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 55 bool ValidateIntervals(const ScopedArenaVector<LiveInterval*>& intervals, in ValidateIntervals() function in art::RegisterAllocatorTest 57 return RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in ValidateIntervals() 84 TEST_F(RegisterAllocatorTest, ValidateIntervals) { in TEST_F() argument 94 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F() 97 ASSERT_FALSE(ValidateIntervals(intervals, codegen)); in TEST_F() 107 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F() 110 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F() 120 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F() 123 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F() 133 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F() [all …]
|
D | register_allocator.h | 61 static bool ValidateIntervals(ArrayRef<LiveInterval* const> intervals,
|
D | register_allocator.cc | 154 bool RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const> intervals, in ValidateIntervals() function in art::RegisterAllocator
|
D | register_allocator_linear_scan.cc | 536 return ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in ValidateInternal()
|