Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc87 DCHECK_EQ(scope->ContextLocalCount(), context_local_count); in Create()
484 int context_locals = ContextLocalCount(); in ContextLength()
626 DCHECK_LT(var, ContextLocalCount()); in ContextLocalName()
633 DCHECK_LT(var, ContextLocalCount()); in ContextLocalMode()
641 DCHECK_LT(var, ContextLocalCount()); in ContextLocalInitFlag()
649 DCHECK_LT(var, ContextLocalCount()); in ContextLocalIsParameter()
664 DCHECK_LT(var, ContextLocalCount()); in ContextLocalMaybeAssignedFlag()
737 int end = start + scope_info->ContextLocalCount(); in ContextSlotIndex()
787 return ContextLocalNamesIndex() + ContextLocalCount(); in ContextLocalInfosIndex()
791 return ContextLocalInfosIndex() + ContextLocalCount(); in ReceiverInfoIndex()
Dscope-info.h195 V(ContextLocalCount)
/external/v8/src/runtime/
Druntime-scopes.cc442 for (int i = 0; i < scope_info->ContextLocalCount(); i++) { in NewSloppyArguments()
632 for (int var = 0; var < scope_info->ContextLocalCount(); var++) { in FindNameClash()
/external/v8/src/ast/
Dscopes.h409 int ContextLocalCount() const; in NON_EXPORTED_BASE()
Dscopes.cc450 DCHECK_EQ(scope_info->ContextLocalCount(), 1); in DeserializeScopeChain()
2403 int Scope::ContextLocalCount() const { in ContextLocalCount() function in v8::internal::Scope
/external/v8/src/
Dgdb-jit.cc1165 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
1342 int context_slots = scope->ContextLocalCount(); in WriteBodyInternal()
Dobjects-printer.cc2039 os << "\n - context locals : " << ContextLocalCount(); in ScopeInfoPrint()
2074 ContextLocalNamesIndex(), ContextLocalCount()); in ScopeInfoPrint()
Dframes.cc2024 int heap_locals_count = scope_info->ContextLocalCount(); in Print()
Dapi.cc9765 int local_count = scope_info->ContextLocalCount(); in GlobalLexicalScopeNames()
/external/v8/src/debug/
Ddebug-scopes.cc588 for (int i = 0; i < scope_info->ContextLocalCount(); ++i) { in VisitContextLocals()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1098 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences()