Searched defs:NeedsEnvironment (Results 1 – 2 of 2) sorted by relevance
2106 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function3300 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function4233 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function4888 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function5253 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function5736 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function6027 bool NeedsEnvironment() const override { in NeedsEnvironment() function6172 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function6201 bool NeedsEnvironment() const override { in NeedsEnvironment() function6227 bool NeedsEnvironment() const override { in NeedsEnvironment() function[all …]
2910 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke