Lines Matching refs:temps_
97 temps_(4, zone), in Scope()
120 temps_(4, zone), in Scope()
146 temps_(0, zone), in Scope()
362 DCHECK(temps_.is_empty()); in FinalizeBlockScope()
586 for (int i = temps_.length(); i-- > 0;) { in RemoveTemporary()
587 if (temps_[i] == var) { in RemoveTemporary()
588 temps_.Remove(i); in RemoveTemporary()
674 for (int i = 0; i < temps_.length(); i++) { in CollectStackAndContextLocals()
675 Variable* var = temps_[i]; in CollectStackAndContextLocals()
1051 if (temps_.length() > 0) { in Print()
1053 for (int i = 0; i < temps_.length(); i++) { in Print()
1054 PrintVar(n1, temps_[i]); in Print()
1590 for (int i = 0; i < temps_.length(); i++) { in AllocateNonParameterLocalsAndDeclaredGlobals()
1591 AllocateNonParameterLocal(isolate, temps_[i]); in AllocateNonParameterLocalsAndDeclaredGlobals()