Searched refs:ToParameterIndex (Results 1 – 5 of 5) sorted by relevance
44 int Register::ToParameterIndex(int parameter_count) const { in ToParameterIndex() function in v8::internal::interpreter::Register120 int parameter_index = ToParameterIndex(parameter_count); in ToString()
30 int ToParameterIndex(int parameter_count) const;
1511 int parameter_index = reg.ToParameterIndex(parameter_count()); in RegisterIsValid()
27 bit_vector_->Add(r.ToParameterIndex(parameter_count_)); in Add()37 bit_vector_->Add(r.ToParameterIndex(parameter_count_) + i); in AddList()
211 return the_register.ToParameterIndex(parameter_count()); in RegisterToValuesIndex()