Searched refs:FirstIntersectionWith (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dlive_interval_test.cc98 TEST(LiveInterval, FirstIntersectionWith) {
108 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2));
117 ASSERT_EQ(8u, interval1->FirstIntersectionWith(interval2));
126 ASSERT_EQ(kNoLifetime, interval1->FirstIntersectionWith(interval2));
135 ASSERT_EQ(9u, interval1->FirstIntersectionWith(interval2));
144 ASSERT_EQ(6u, interval1->FirstIntersectionWith(interval2));
153 ASSERT_EQ(55u, interval1->FirstIntersectionWith(interval2));
162 ASSERT_EQ(41u, interval1->FirstIntersectionWith(interval2));
H A Dregister_allocator.cc747 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime);
756 size_t next_intersection = inactive->FirstIntersectionWith(current);
948 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime);
952 size_t next_intersection = inactive->FirstIntersectionWith(current);
1049 DCHECK_EQ(inactive->FirstIntersectionWith(current), kNoLifetime);
1052 size_t next_intersection = inactive->FirstIntersectionWith(current);
H A Dssa_liveness_analysis.h442 size_t FirstIntersectionWith(LiveInterval* current) const { function in class:art::LiveInterval

Completed in 1291 milliseconds