Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2177 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function
3372 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
4303 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
4999 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
5364 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
5845 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
6136 bool NeedsEnvironment() const override { in NeedsEnvironment() function
6281 bool NeedsEnvironment() const override { return true; } in NeedsEnvironment() function
6310 bool NeedsEnvironment() const override { in NeedsEnvironment() function
6336 bool NeedsEnvironment() const override { in NeedsEnvironment() function
[all …]
Dnodes.cc2910 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke