Home
last modified time | relevance | path

Searched refs:ValidateIntervals (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc68 bool ValidateIntervals(const ScopedArenaVector<LiveInterval*>& intervals, in ValidateIntervals() function in art::RegisterAllocatorTest
70 return RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in ValidateIntervals()
103 TEST_F(RegisterAllocatorTest, ValidateIntervals) { in TEST_F() argument
113 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
116 ASSERT_FALSE(ValidateIntervals(intervals, codegen)); in TEST_F()
126 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
129 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
139 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
142 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
152 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
[all …]
Dregister_allocator.h67 static bool ValidateIntervals(ArrayRef<LiveInterval* const> intervals,
Dregister_allocator.cc109 bool RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const> intervals, in ValidateIntervals() function in art::RegisterAllocator
Dregister_allocator_linear_scan.cc455 return ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in ValidateInternal()