Searched refs:GetIsEnvironment (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h132 bool GetIsEnvironment() const { return environment_ != nullptr; } function in class:art::UsePosition
152 if (GetIsEnvironment()) return false;
H A Dregister_allocator.cc1516 DCHECK(!use->GetIsEnvironment());

Completed in 45 milliseconds