Searched refs:ContextGlobalCount (Results 1 – 7 of 7) sorted by relevance
21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone); in Create()34 DCHECK_EQ(scope->ContextGlobalCount(), context_global_count); in Create()341 int context_globals = ContextGlobalCount(); in ContextLength()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()587 scope_info->ContextGlobalCount(); in ContextGlobalSlotIndex()607 DCHECK_LT(var, ContextLocalCount() + ContextGlobalCount()); in ContextSlotName()685 return ContextGlobalNameEntriesIndex() + ContextGlobalCount(); in ContextLocalInfoEntriesIndex()[all …]
519 int ContextGlobalCount() const;
747 if (scope->ContextGlobalCount() > 0) return false; in HasTrivialContext()1695 int Scope::ContextGlobalCount() const { return num_global_slots(); } in ContextGlobalCount() function in v8::internal::Scope
395 int context_globals = scope_info->ContextGlobalCount(); in InitializeGlobalSlots()
4162 V(ContextGlobalCount) \
88 ZoneList<Variable*> global_vars(scope_->ContextGlobalCount(), zone()); in ObserveTypesAtOsrEntry()
768 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(), in SerializeFunctionScope()