Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dside_effects_test.cc95 EXPECT_TRUE(all.DoesAllReadWrite()); in TEST()
103 EXPECT_FALSE(none.DoesAllReadWrite()); in TEST()
190 EXPECT_TRUE(s.DoesAllReadWrite()); in TEST()
Dnodes.h1955 bool DoesAllReadWrite() const { in DoesAllReadWrite() function