Searched refs:StackLocalCount (Results 1 – 11 of 11) sorted by relevance
19 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); in Create()324 return StackLocalCount() + ContextLocalCount(); in LocalCount()332 return StackLocalCount() + (function_name_stack_slot ? 1 : 0); in StackSlotCount()421 DCHECK(StackLocalEntriesIndex() + StackLocalCount() == in LocalName()429 DCHECK(0 <= var && var < StackLocalCount()); in StackLocalName()436 DCHECK(0 <= var && var < StackLocalCount()); in StackLocalIndex()519 int end = StackLocalEntriesIndex() + StackLocalCount(); in StackSlotIndex()675 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()825 StackLocalEntriesIndex() + StackLocalCount(), this); in Print()
517 int StackLocalCount() const;
1680 int Scope::StackLocalCount() const { in StackLocalCount() function in v8::internal::Scope
122 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in MaterializeStackLocals()164 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in UpdateStackLocalsFromMaterializedObject()
636 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in SetLocalVariableValue()682 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in SetBlockVariableValue()784 int first_context_var = scope_info->StackLocalCount(); in CopyContextLocalsToScopeObject()
765 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone); in SerializeFunctionScope()
1154 int slots = scope->StackLocalCount(); in WriteBodyInternal()1158 int locals = scope->StackLocalCount(); in WriteBodyInternal()1353 int slots = scope->StackLocalCount(); in WriteBodyInternal()1357 int locals = scope->StackLocalCount(); in WriteBodyInternal()
1257 int stack_locals_count = scope_info->StackLocalCount(); in Print()
4160 V(StackLocalCount) \
63 int locals = scope_->StackLocalCount(); in ObserveTypesAtOsrEntry()
549 for (; i < scope_info->StackLocalCount(); ++i) { in RUNTIME_FUNCTION()