Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:environment_

1668   if (environment_->is_local_index(index_)) type = "local";
1669 if (environment_->is_special_index(index_)) type = "special";
1670 if (environment_->is_parameter_index(index_)) type = "parameter";