Searched refs:has_forced_context_allocation (Results 1 – 3 of 3) sorted by relevance
187 ? outer_scope->has_forced_context_allocation() : false; in SetDefaults()648 DCHECK(has_forced_context_allocation()); in CollectStackAndContextLocals()890 if (var->has_forced_context_allocation()) { in PrintVar()1249 (var->has_forced_context_allocation() || scope_calls_eval_ || in MustAllocate()1270 if (has_forced_context_allocation()) return true; in MustAllocateInContext()1274 return var->has_forced_context_allocation() || scope_calls_eval_ || in MustAllocateInContext()1348 if (uses_sloppy_arguments || has_forced_context_allocation()) { in AllocateParameterLocals()1380 if (has_forced_context_allocation()) { in AllocateReceiver()
44 bool has_forced_context_allocation() const { in has_forced_context_allocation() function
314 bool has_forced_context_allocation() const { in has_forced_context_allocation() function