Searched refs:ContextGlobalCount (Results 1 – 7 of 7) sorted by relevance
21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone); in Create()30 DCHECK_EQ(scope->ContextGlobalCount(), context_global_count); in Create()310 int context_globals = ContextGlobalCount(); in ContextLength()412 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalName()419 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMode()427 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalInitFlag()435 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMaybeAssignedFlag()524 scope_info->ContextGlobalCount(); in ContextGlobalSlotIndex()544 DCHECK_LT(var, ContextLocalCount() + ContextGlobalCount()); in ContextSlotName()622 return ContextGlobalNameEntriesIndex() + ContextGlobalCount(); in ContextLocalInfoEntriesIndex()[all …]
513 int ContextGlobalCount() const;
712 if (scope->ContextGlobalCount() > 0) return false; in HasTrivialContext()1528 int Scope::ContextGlobalCount() const { return num_global_slots(); } in ContextGlobalCount() function in v8::internal::Scope
431 int context_globals = scope_info->ContextGlobalCount(); in InitializeGlobalSlots()
4244 V(ContextGlobalCount)
89 ZoneList<Variable*> global_vars(scope_->ContextGlobalCount(), zone()); in ObserveTypesAtOsrEntry()
2043 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(), in SerializeFunctionScope()