Searched refs:ContextLocalCount (Results 1 – 15 of 15) sorted by relevance
20 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone); in Create()33 DCHECK_EQ(scope->ContextLocalCount(), context_local_count); in Create()324 return StackLocalCount() + ContextLocalCount(); in LocalCount()340 int context_locals = ContextLocalCount(); in ContextLength()394 return ContextLocalCount() > 0; in HasHeapAllocatedLocals()443 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalName()450 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMode()458 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalInitFlag()466 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMaybeAssignedFlag()549 scope_info->ContextLocalCount(); in ContextSlotIndex()[all …]
518 int ContextLocalCount() const;
746 if (scope->ContextLocalCount() > 0) return false; in HasTrivialContext()1686 int Scope::ContextLocalCount() const { in ContextLocalCount() function in v8::internal::Scope
596 for (int i = 0; i < scope_info->ContextLocalCount(); i++) { in SetContextLocalValue()781 int local_count = scope_info->ContextLocalCount(); in CopyContextLocalsToScopeObject()
767 current_scope->ContextLocalCount(), zone); in SerializeFunctionScope()
399 int context_locals = scope_info->ContextLocalCount(); in InitializeGlobalSlots()
1155 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()1354 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
1258 int heap_locals_count = scope_info->ContextLocalCount(); in Print()
4161 V(ContextLocalCount) \
518 int context_local_count = scope_info->ContextLocalCount(); in NewSloppyArguments()751 for (int var = 0; var < scope_info->ContextLocalCount(); var++) { in FindNameClash()
197 if (block_scope->ContextLocalCount() > 0) ++(*context_length); in Exit()
87 ZoneList<Variable*> context_vars(scope_->ContextLocalCount(), zone()); in ObserveTypesAtOsrEntry()
4755 scope->ContextLocalCount() > 0) { in VisitBlock()
1233 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences()
1547 if (expr->scope()->ContextLocalCount() > 0) { in VisitClassLiteral()