live-range-unittest.cc | 117 LiveRange* expected_bottom = TestRangeBuilder(zone()).Build(1, 2); local 119 EXPECT_TRUE(RangesMatch(expected_bottom, child)); 132 LiveRange* expected_bottom = TestRangeBuilder(zone()).Build(4, 6); local 134 EXPECT_TRUE(RangesMatch(expected_bottom, child)); 147 LiveRange* expected_bottom = local 150 EXPECT_TRUE(RangesMatch(expected_bottom, child)); 164 LiveRange* expected_bottom = TestRangeBuilder(zone()).Build(5, 6); local 166 EXPECT_TRUE(RangesMatch(expected_bottom, child)); 181 LiveRange* expected_bottom = local 184 EXPECT_TRUE(RangesMatch(expected_bottom, child)) 199 LiveRange* expected_bottom = TestRangeBuilder(zone()).Build(2, 3); local 215 LiveRange* expected_bottom = local 232 LiveRange* expected_bottom = local 249 LiveRange* expected_bottom = local 266 LiveRange* expected_bottom = TestRangeBuilder(zone()).Build(5, 6); local [all...] |