Searched refs:strong_mode_free_variables (Results 1 – 3 of 3) sorted by relevance
22 ZoneList<Variable*> strong_mode_free_variables(0, zone); in Create() local26 &strong_mode_free_variables); in Create()31 strong_mode_free_variables.length(); in Create()178 scope_info->set(index++, *strong_mode_free_variables[i]->name()); in Create()186 static_cast<int32_t>(strong_mode_free_variables[i] in Create()190 static_cast<int32_t>(strong_mode_free_variables[i] in Create()
667 ZoneList<Variable*>* strong_mode_free_variables) { in CollectStackAndContextLocals() argument694 if (strong_mode_free_variables && var->has_strong_mode_reference() && in CollectStackAndContextLocals()696 strong_mode_free_variables->Add(var, zone()); in CollectStackAndContextLocals()
507 ZoneList<Variable*>* strong_mode_free_variables = nullptr);