Home
last modified time | relevance | path

Searched refs:has_forced_context_allocation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopes.cc200 ? outer_scope->has_forced_context_allocation() : false; in SetDefaults()
678 DCHECK(has_forced_context_allocation()); in CollectStackAndContextLocals()
956 if (var->has_forced_context_allocation()) { in PrintVar()
1415 (var->has_forced_context_allocation() || scope_calls_eval_ || in MustAllocate()
1436 if (has_forced_context_allocation()) return true; in MustAllocateInContext()
1440 return var->has_forced_context_allocation() || in MustAllocateInContext()
1516 if (uses_sloppy_arguments || has_forced_context_allocation()) { in AllocateParameterLocals()
1548 if (has_forced_context_allocation()) { in AllocateReceiver()
Dvariables.h47 bool has_forced_context_allocation() const { in has_forced_context_allocation() function
Dscopes.h321 bool has_forced_context_allocation() const { in has_forced_context_allocation() function