Searched refs:StackLocalCount (Results 1 – 10 of 10) sorted by relevance
422 return StackLocalCount() + ContextLocalCount(); in LocalCount()430 return StackLocalCount() + (function_name_stack_slot ? 1 : 0); in StackSlotCount()552 DCHECK(StackLocalNamesIndex() + StackLocalCount() == in LocalName()561 DCHECK_LT(var, StackLocalCount()); in StackLocalName()569 DCHECK_LT(var, StackLocalCount()); in StackLocalIndex()624 int end = start + StackLocalCount(); in StackSlotIndex()763 return StackLocalNamesIndex() + StackLocalCount(); in ContextLocalNamesIndex()853 StackLocalNamesIndex() + StackLocalCount(), this); in Print()
349 int StackLocalCount() const; in NON_EXPORTED_BASE()
2046 int Scope::StackLocalCount() const { in StackLocalCount() function in v8::internal::Scope
133 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in MaterializeStackLocals()179 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in UpdateStackLocalsFromMaterializedObject()
644 for (int i = 0; i < scope_info->StackLocalCount(); ++i) { in SetStackVariableValue()
1169 int slots = scope->StackLocalCount(); in WriteBodyInternal()1173 int locals = scope->StackLocalCount(); in WriteBodyInternal()1368 int slots = scope->StackLocalCount(); in WriteBodyInternal()1372 int locals = scope->StackLocalCount(); in WriteBodyInternal()
1638 int stack_locals_count = scope_info->StackLocalCount(); in Print()
4627 V(StackLocalCount) \
625 : scope_info->StackLocalCount(); in RUNTIME_FUNCTION()638 for (; i < scope_info->StackLocalCount(); ++i) { in RUNTIME_FUNCTION()
65 int locals = scope_->StackLocalCount(); in ObserveTypesAtOsrEntry()