Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscopeinfo.cc76 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::ScopeInfo
396 return StackLocalEntriesIndex() + StackLocalCount(); in ContextLocalNameEntriesIndex()
518 StackLocalEntriesIndex(), in Print()
519 StackLocalEntriesIndex() + StackLocalCount(), in Print()
Dobjects.h4779 int StackLocalEntriesIndex();