Searched defs:StackLocalEntriesIndex (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dscopeinfo.cc78 DCHECK(index == scope_info->StackLocalEntriesIndex());
225 DCHECK(StackLocalEntriesIndex() + StackLocalCount() ==
227 int info_index = StackLocalEntriesIndex() + var;
234 int info_index = StackLocalEntriesIndex() + var;
284 int start = StackLocalEntriesIndex();
285 int end = StackLocalEntriesIndex() + StackLocalCount();
402 int ScopeInfo::StackLocalEntriesIndex() { function in class:v8::internal::ScopeInfo
408 return StackLocalEntriesIndex() + StackLocalCount();
532 StackLocalEntriesIndex(),
533 StackLocalEntriesIndex()
[all...]

Completed in 71 milliseconds