Lines Matching refs:temps_
76 temps_(4, zone), in Scope()
102 temps_(4, zone), in Scope()
127 temps_(0, zone), in Scope()
348 DCHECK(temps_.is_empty()); in FinalizeBlockScope()
520 temps_.Add(var, zone()); in NewTemporary()
600 for (int i = 0; i < temps_.length(); i++) { in CollectStackAndContextLocals()
601 Variable* var = temps_[i]; in CollectStackAndContextLocals()
903 if (temps_.length() > 0) { in Print()
905 for (int i = 0; i < temps_.length(); i++) { in Print()
906 PrintVar(n1, temps_[i]); in Print()
1315 for (int i = 0; i < temps_.length(); i++) { in AllocateNonParameterLocals()
1316 AllocateNonParameterLocal(temps_[i]); in AllocateNonParameterLocals()