Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dside_effects_analysis.cc31 DCHECK(effects.DoesNothing()); in Run()
34 DCHECK(effects.DoesNothing()); in Run()
Dside_effects_test.cc46 EXPECT_FALSE(write.DoesNothing()); in testWriteAndReadEffects()
47 EXPECT_FALSE(read.DoesNothing()); in testWriteAndReadEffects()
93 EXPECT_FALSE(all.DoesNothing()); in TEST()
101 EXPECT_TRUE(none.DoesNothing()); in TEST()
Dscheduler.cc366 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) { in AddDependencies()
Dnodes.h1861 bool DoesNothing() const { in DoesNothing() function