Searched refs:StackLocalEntriesIndex (Results 1 – 2 of 2) sorted by relevance
76 ASSERT(index == scope_info->StackLocalEntriesIndex()); in Create()221 ASSERT(StackLocalEntriesIndex() + StackLocalCount() == in LocalName()223 int info_index = StackLocalEntriesIndex() + var; in LocalName()230 int info_index = StackLocalEntriesIndex() + var; in StackLocalName()272 int start = StackLocalEntriesIndex(); in StackSlotIndex()273 int end = StackLocalEntriesIndex() + StackLocalCount(); in StackSlotIndex()390 int ScopeInfo::StackLocalEntriesIndex() { in StackLocalEntriesIndex() function in v8::internal::ScopeInfo396 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()518 StackLocalEntriesIndex(), in Print()519 StackLocalEntriesIndex() + StackLocalCount(), in Print()
4779 int StackLocalEntriesIndex();