Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dside_effects_test.cc94 EXPECT_TRUE(all.DoesAllReadWrite()); in TEST()
102 EXPECT_FALSE(none.DoesAllReadWrite()); in TEST()
189 EXPECT_TRUE(s.DoesAllReadWrite()); in TEST()
Dnodes.h1877 bool DoesAllReadWrite() const { in DoesAllReadWrite() function