Searched refs:StackLocalEntriesIndex (Results 1 – 2 of 2) sorted by relevance
78 DCHECK(index == scope_info->StackLocalEntriesIndex()); in Create()225 DCHECK(StackLocalEntriesIndex() + StackLocalCount() == in LocalName()227 int info_index = StackLocalEntriesIndex() + var; in LocalName()234 int info_index = StackLocalEntriesIndex() + var; in StackLocalName()284 int start = StackLocalEntriesIndex(); in StackSlotIndex()285 int end = StackLocalEntriesIndex() + StackLocalCount(); in StackSlotIndex()402 int ScopeInfo::StackLocalEntriesIndex() { in StackLocalEntriesIndex() function in v8::internal::ScopeInfo408 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()532 StackLocalEntriesIndex(), in Print()533 StackLocalEntriesIndex() + StackLocalCount(), in Print()
4284 int StackLocalEntriesIndex();