Home
last modified time | relevance | path

Searched refs:ValidateIntervals (Results 1 – 5 of 5) 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()
105 TEST_F(RegisterAllocatorTest, ValidateIntervals) { in TEST_F() argument
115 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
118 ASSERT_FALSE(ValidateIntervals(intervals, codegen)); in TEST_F()
128 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
131 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
141 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
144 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
154 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
[all …]
Dregister_allocator.h64 static bool ValidateIntervals(ArrayRef<LiveInterval* const> intervals,
Dregister_allocator.cc98 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()
Dregister_allocator_graph_color.cc769 bool ok = ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in Validate()