Searched refs:ContextLength (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopeinfo.cc119 var_index == scope_info->ContextLength() - 1);
125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() ||
127 scope_info->ContextLength() == 0));
168 int ScopeInfo::ContextLength() { function in class:v8::internal::ScopeInfo
206 return ContextLength() > 0;
309 DCHECK(result < scope_info->ContextLength());
325 DCHECK(result < scope_info->ContextLength());
H A Dfactory.cc699 NewFixedArray(scope_info->ContextLength(), TENURED);
713 NewFixedArray(scope_info->ContextLength(), TENURED);
771 NewFixedArrayWithHoles(scope_info->ContextLength());
H A Dscopes.cc112 num_heap_slots_ = scope_info_->ContextLength();
H A Dobjects.h4131 // no contexts are allocated for this scope ContextLength returns 0.
4132 int ContextLength();
H A Druntime.cc9069 int length = function->shared()->scope_info()->ContextLength();

Completed in 147 milliseconds