Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc91 DCHECK_EQ(scope->ContextLocalCount(), context_local_count); in Create()
420 int ScopeInfo::LocalCount() { return StackLocalCount() + ContextLocalCount(); } in LocalCount()
433 int context_locals = ContextLocalCount(); in ContextLength()
506 return ContextLocalCount() > 0; in HasHeapAllocatedLocals()
561 DCHECK_LT(var, ContextLocalCount()); in ContextLocalName()
568 DCHECK_LT(var, ContextLocalCount()); in ContextLocalMode()
576 DCHECK_LT(var, ContextLocalCount()); in ContextLocalInitFlag()
584 DCHECK_LT(var, ContextLocalCount()); in ContextLocalMaybeAssignedFlag()
657 int end = start + scope_info->ContextLocalCount(); in ContextSlotIndex()
683 DCHECK_LT(var, ContextLocalCount()); in ContextSlotName()
[all …]
Dscope-info.h217 V(ContextLocalCount)
/external/v8/src/debug/
Ddebug-scopes.cc655 for (int i = 0; i < scope_info->ContextLocalCount(); i++) { in SetContextVariableValue()
770 int local_count = scope_info->ContextLocalCount(); in CopyContextLocalsToScopeObject()
Dliveedit.cc1643 scope_info_length += current_scope->ContextLocalCount() * 2; in SerializeFunctionScope()
/external/v8/src/runtime/
Druntime-scopes.cc454 int context_local_count = scope_info->ContextLocalCount(); in NewSloppyArguments()
670 for (int var = 0; var < scope_info->ContextLocalCount(); var++) { in FindNameClash()
/external/v8/src/ast/
Dscopes.h374 int ContextLocalCount() const; in NON_EXPORTED_BASE()
Dscopes.cc2291 int Scope::ContextLocalCount() const { in ContextLocalCount() function in v8::internal::Scope
/external/v8/src/full-codegen/
Dfull-codegen.h180 if (block_scope->ContextLocalCount() > 0) ++(*context_length); in Exit()
/external/v8/src/
Dgdb-jit.cc1170 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
1369 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
Dframes.cc1930 int heap_locals_count = scope_info->ContextLocalCount(); in Print()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1207 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences()
/external/v8/src/crankshaft/
Dhydrogen.cc4271 scope->ContextLocalCount() > 0) { in VisitBlock()