Home
last modified time | relevance | path

Searched refs:DoesNothing (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dside_effects_analysis.cc32 DCHECK(effects.DoesNothing()); in Run()
35 DCHECK(effects.DoesNothing()); in Run()
Dside_effects_test.cc32 EXPECT_FALSE(write.DoesNothing()); in testWriteAndReadSanity()
33 EXPECT_FALSE(read.DoesNothing()); in testWriteAndReadSanity()
79 EXPECT_FALSE(all.DoesNothing()); in TEST()
87 EXPECT_TRUE(none.DoesNothing()); in TEST()
Dnodes.h1522 bool DoesNothing() const { in DoesNothing() function