Home | History | Annotate | Download | only in src

Lines Matching refs:temps_

76       temps_(4, zone),
102 temps_(4, zone),
127 temps_(0, zone),
348 DCHECK(temps_.is_empty());
520 temps_.Add(var, zone());
600 for (int i = 0; i < temps_.length(); i++) {
601 Variable* var = temps_[i];
903 if (temps_.length() > 0) {
905 for (int i = 0; i < temps_.length(); i++) {
906 PrintVar(n1, temps_[i]);
1315 for (int i = 0; i < temps_.length(); i++) {
1316 AllocateNonParameterLocal(temps_[i]);