Home
last modified time | relevance | path

Searched refs:DoesAllReadWrite (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dside_effects_test.cc80 EXPECT_TRUE(all.DoesAllReadWrite()); in TEST()
88 EXPECT_FALSE(none.DoesAllReadWrite()); in TEST()
179 EXPECT_TRUE(s.DoesAllReadWrite()); in TEST()
Dnodes.h1685 bool DoesAllReadWrite() const { in DoesAllReadWrite() function