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.cc47 EXPECT_FALSE(write.DoesNothing()); in testWriteAndReadEffects()
48 EXPECT_FALSE(read.DoesNothing()); in testWriteAndReadEffects()
94 EXPECT_FALSE(all.DoesNothing()); in TEST()
102 EXPECT_TRUE(none.DoesNothing()); in TEST()
Dscheduler.cc338 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) { in AddDependencies()
Dnodes.h1954 bool DoesNothing() const { in DoesNothing() function