Home | History | Annotate | Download | only in src

Lines Matching refs:environment_

1608   if (environment_->is_local_index(index_)) type = "local";
1609 if (environment_->is_special_index(index_)) type = "special";
1610 if (environment_->is_parameter_index(index_)) type = "parameter";