Searched refs:ContextLocalCount (Results 1 – 11 of 11) sorted by relevance
87 DCHECK_EQ(scope->ContextLocalCount(), context_local_count); in Create()484 int context_locals = ContextLocalCount(); in ContextLength()626 DCHECK_LT(var, ContextLocalCount()); in ContextLocalName()633 DCHECK_LT(var, ContextLocalCount()); in ContextLocalMode()641 DCHECK_LT(var, ContextLocalCount()); in ContextLocalInitFlag()649 DCHECK_LT(var, ContextLocalCount()); in ContextLocalIsParameter()664 DCHECK_LT(var, ContextLocalCount()); in ContextLocalMaybeAssignedFlag()737 int end = start + scope_info->ContextLocalCount(); in ContextSlotIndex()787 return ContextLocalNamesIndex() + ContextLocalCount(); in ContextLocalInfosIndex()791 return ContextLocalInfosIndex() + ContextLocalCount(); in ReceiverInfoIndex()
195 V(ContextLocalCount)
442 for (int i = 0; i < scope_info->ContextLocalCount(); i++) { in NewSloppyArguments()632 for (int var = 0; var < scope_info->ContextLocalCount(); var++) { in FindNameClash()
409 int ContextLocalCount() const; in NON_EXPORTED_BASE()
450 DCHECK_EQ(scope_info->ContextLocalCount(), 1); in DeserializeScopeChain()2403 int Scope::ContextLocalCount() const { in ContextLocalCount() function in v8::internal::Scope
1165 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()1342 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
2039 os << "\n - context locals : " << ContextLocalCount(); in ScopeInfoPrint()2074 ContextLocalNamesIndex(), ContextLocalCount()); in ScopeInfoPrint()
2024 int heap_locals_count = scope_info->ContextLocalCount(); in Print()
9765 int local_count = scope_info->ContextLocalCount(); in GlobalLexicalScopeNames()
588 for (int i = 0; i < scope_info->ContextLocalCount(); ++i) { in VisitContextLocals()
1098 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences()