Lines Matching refs:values
126 HValue* val = environment->values()->at(i);
248 // values in the environment, these phis may be eliminated later).
254 phis_[i]->AddInput(incoming_env->values()->at(i));
592 int values = GetMaximumValueID();
593 if (values > LAllocator::max_initial_value_ids()) {
598 LAllocator allocator(values, this);
1104 // Hashing the values into the new array has no more collisions than in the
2228 // environment uses values which have not been defined yet. These
2237 // values (but not instructions), present in the initial environment and
2299 HPhase phase("Replace checked values", this);
2363 // Set the initial values of parameters including "this". "This" has
2371 // Set the initial values of stack-allocated locals.
3022 // of the property values and is the value of the entire expression.
3083 ZoneList<Expression*>* subexprs = expr->values();
3091 // of the property values and is the value of the entire expression.
5753 // Get the argument values from the original environment.