Home
last modified time | relevance | path

Searched refs:StackLocalEntriesIndex (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc127 DCHECK(index == scope_info->StackLocalEntriesIndex()); in Create()
268 DCHECK(index == scope_info->StackLocalEntriesIndex()); in CreateGlobalThisBinding()
421 DCHECK(StackLocalEntriesIndex() + StackLocalCount() == in LocalName()
423 int info_index = StackLocalEntriesIndex() + var; in LocalName()
430 int info_index = StackLocalEntriesIndex() + var; in StackLocalName()
518 int start = StackLocalEntriesIndex(); in StackSlotIndex()
519 int end = StackLocalEntriesIndex() + StackLocalCount(); in StackSlotIndex()
669 int ScopeInfo::StackLocalEntriesIndex() { in StackLocalEntriesIndex() function in v8::internal::ScopeInfo
675 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()
824 PrintList("stack slots", 0, StackLocalEntriesIndex(), in Print()
[all …]
/external/v8/src/
Dobjects.h4220 int StackLocalEntriesIndex();