Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc3215 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke
Dnodes.h2344 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function