Home
last modified time | relevance | path

Searched refs:ContextGlobalCount (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc21 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 …]
Dscopes.h519 int ContextGlobalCount() const;
Dscopes.cc747 if (scope->ContextGlobalCount() > 0) return false; in HasTrivialContext()
1695 int Scope::ContextGlobalCount() const { return num_global_slots(); } in ContextGlobalCount() function in v8::internal::Scope
/external/v8/src/
Dcontexts.cc395 int context_globals = scope_info->ContextGlobalCount(); in InitializeGlobalSlots()
Dobjects.h4162 V(ContextGlobalCount) \
/external/v8/src/crankshaft/
Dtyping.cc88 ZoneList<Variable*> global_vars(scope_->ContextGlobalCount(), zone()); in ObserveTypesAtOsrEntry()
/external/v8/src/debug/
Dliveedit.cc768 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(), in SerializeFunctionScope()