Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2106 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function
3300 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
4233 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
4888 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
5253 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
5736 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
6027 bool NeedsEnvironment() const override { in NeedsEnvironment() function
6172 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
6201 bool NeedsEnvironment() const override { in NeedsEnvironment() function
6227 bool NeedsEnvironment() const override { in NeedsEnvironment() function
[all …]
Dnodes.cc2910 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke