Home
last modified time | relevance | path

Searched refs:ContextLocalCount (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc20 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 …]
Dscopes.h518 int ContextLocalCount() const;
Dscopes.cc746 if (scope->ContextLocalCount() > 0) return false; in HasTrivialContext()
1686 int Scope::ContextLocalCount() const { in ContextLocalCount() function in v8::internal::Scope
/external/v8/src/debug/
Ddebug-scopes.cc596 for (int i = 0; i < scope_info->ContextLocalCount(); i++) { in SetContextLocalValue()
781 int local_count = scope_info->ContextLocalCount(); in CopyContextLocalsToScopeObject()
Dliveedit.cc767 current_scope->ContextLocalCount(), zone); in SerializeFunctionScope()
/external/v8/src/
Dcontexts.cc399 int context_locals = scope_info->ContextLocalCount(); in InitializeGlobalSlots()
Dgdb-jit.cc1155 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
1354 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
Dframes.cc1258 int heap_locals_count = scope_info->ContextLocalCount(); in Print()
Dobjects.h4161 V(ContextLocalCount) \
/external/v8/src/runtime/
Druntime-scopes.cc518 int context_local_count = scope_info->ContextLocalCount(); in NewSloppyArguments()
751 for (int var = 0; var < scope_info->ContextLocalCount(); var++) { in FindNameClash()
/external/v8/src/full-codegen/
Dfull-codegen.h197 if (block_scope->ContextLocalCount() > 0) ++(*context_length); in Exit()
/external/v8/src/crankshaft/
Dtyping.cc87 ZoneList<Variable*> context_vars(scope_->ContextLocalCount(), zone()); in ObserveTypesAtOsrEntry()
Dhydrogen.cc4755 scope->ContextLocalCount() > 0) { in VisitBlock()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1233 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences()
/external/v8/src/compiler/
Dast-graph-builder.cc1547 if (expr->scope()->ContextLocalCount() > 0) { in VisitClassLiteral()