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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h249 bool is_environment = (environment != nullptr); local
252 if (!is_environment) {
264 if (!is_environment && instruction->IsInLoop()) {
276 DCHECK(!is_environment);
291 if (is_environment) {
299 if (is_environment && !keep_alive) {

Completed in 46 milliseconds