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()
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 …]
Dscopes.h513 int ContextGlobalCount() const;
Dscopes.cc712 if (scope->ContextGlobalCount() > 0) return false; in HasTrivialContext()
1528 int Scope::ContextGlobalCount() const { return num_global_slots(); } in ContextGlobalCount() function in v8::internal::Scope
/external/v8/src/
Dcontexts.cc431 int context_globals = scope_info->ContextGlobalCount(); in InitializeGlobalSlots()
Dobjects.h4244 V(ContextGlobalCount)
/external/v8/src/crankshaft/
Dtyping.cc89 ZoneList<Variable*> global_vars(scope_->ContextGlobalCount(), zone()); in ObserveTypesAtOsrEntry()
/external/v8/src/debug/
Dliveedit.cc2043 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(), in SerializeFunctionScope()