Searched defs:NeedsEnvironment (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc2007 if (current->NeedsEnvironment()) {
2370 bool HInvoke::NeedsEnvironment() const { function in class:art::HInvoke
2471 if (!NeedsEnvironment()) {
H A Dnodes.h1812 virtual bool NeedsEnvironment() const { return false; } function in class:art::HInstruction
2029 return NeedsEnvironment() || IsLoadClass() || IsLoadString();
2800 bool NeedsEnvironment() const OVERRIDE { return true; }
3627 bool NeedsEnvironment() const OVERRIDE { return true; }
3694 bool NeedsEnvironment() const OVERRIDE;
4218 bool NeedsEnvironment() const OVERRIDE { return true; }
4460 bool NeedsEnvironment() const OVERRIDE { return true; }
4942 bool NeedsEnvironment() const OVERRIDE { return true; }
5167 bool NeedsEnvironment() const OVERRIDE {
5281 bool NeedsEnvironment() cons
[all...]

Completed in 137 milliseconds