Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc122 if (instruction->NeedsEnvironment()) { in Run()
Dnodes.h1337 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function
1524 return NeedsEnvironment() || IsLoadClass() || IsLoadString(); in NeedsCurrentMethod()
1818 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
2382 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
2617 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
2669 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
2811 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
3113 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
3264 bool NeedsEnvironment() const OVERRIDE { in NeedsEnvironment() function
3348 bool NeedsEnvironment() const OVERRIDE { return true; } in NeedsEnvironment() function
[all …]
Dinliner.cc263 if (current->NeedsEnvironment()) { in TryBuildAndInline()
Dssa_builder.cc554 if (!instruction->NeedsEnvironment()) { in VisitInstruction()