Searched refs:StackLocalEntriesIndex (Results 1 – 2 of 2) sorted by relevance
127 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::ScopeInfo675 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()824 PrintList("stack slots", 0, StackLocalEntriesIndex(), in Print()[all …]
4220 int StackLocalEntriesIndex();