Searched defs:NeedsEnvironment (Results 1 – 2 of 2) sorted by relevance
2177 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function3372 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function4303 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function4999 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function5364 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function5845 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function6136 bool NeedsEnvironment() const override { in NeedsEnvironment() function6281 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function6310 bool NeedsEnvironment() const override { in NeedsEnvironment() function6336 bool NeedsEnvironment() const override { in NeedsEnvironment() function[all …]
2910 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke