HomeSort by relevance Sort by last modified time
    Searched refs:ValidateIntervals (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
register_allocator_test.cc 52 * Unit testing of RegisterAllocator::ValidateIntervals. Register allocator
55 TEST(RegisterAllocatorTest, ValidateIntervals) {
67 ASSERT_TRUE(RegisterAllocator::ValidateIntervals(
71 ASSERT_FALSE(RegisterAllocator::ValidateIntervals(
82 ASSERT_TRUE(RegisterAllocator::ValidateIntervals(
86 ASSERT_TRUE(RegisterAllocator::ValidateIntervals(
97 ASSERT_TRUE(RegisterAllocator::ValidateIntervals(
101 ASSERT_TRUE(RegisterAllocator::ValidateIntervals(
112 ASSERT_TRUE(RegisterAllocator::ValidateIntervals(
116 ASSERT_FALSE(RegisterAllocator::ValidateIntervals(
    [all...]
register_allocator.h 60 static bool ValidateIntervals(const GrowableArray<LiveInterval*>& intervals,
register_allocator.cc 222 return ValidateIntervals(intervals, spill_slots_.Size(), *codegen_, allocator_,
226 bool RegisterAllocator::ValidateIntervals(const GrowableArray<LiveInterval*>& intervals,
    [all...]

Completed in 65 milliseconds