Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h2165 virtual bool NeedsEnvironment() const { return false; } in NeedsEnvironment() function
H A Dnodes.cc3236 bool HInvoke::NeedsEnvironment() const { in NeedsEnvironment() function in art::HInvoke