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

/art/compiler/optimizing/
H A Dnodes.cc2388 if (current->NeedsEnvironment()) {
2857 bool HInvoke::NeedsEnvironment() const { function in class:art::HInvoke
H A Dnodes.h2036 virtual bool NeedsEnvironment() const { return false; } function in class:art::HInstruction
2314 return NeedsEnvironment() || IsCurrentMethod();
3234 bool NeedsEnvironment() const OVERRIDE { return true; }
4172 bool NeedsEnvironment() const OVERRIDE { return true; }
4237 bool NeedsEnvironment() const OVERRIDE;
4795 bool NeedsEnvironment() const OVERRIDE { return true; }
5036 bool NeedsEnvironment() const OVERRIDE { return true; }
5513 bool NeedsEnvironment() const OVERRIDE { return true; }
5804 bool NeedsEnvironment() const OVERRIDE {
5948 bool NeedsEnvironment() cons
[all...]

Completed in 218 milliseconds