Home
last modified time | relevance | path

Searched refs:HasEnvironment (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc215 if (current->HasEnvironment()) { in ComputeLiveRanges()
Dnodes.h552 bool HasEnvironment() const { return environment_ != nullptr; } in HasEnvironment() function