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

/external/v8/src/ast/
H A Dscopeinfo.cc176 // scope_info->ContextLength() - 1);
186 var_index == scope_info->ContextLength() - 1);
191 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() ||
193 scope_info->ContextLength() == 0));
260 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1);
307 int ScopeInfo::ContextLength() { function in class:v8::internal::ScopeInfo
371 return ContextLength() > 0;
480 DCHECK(result < scope_info->ContextLength());
497 DCHECK(result < scope_info->ContextLength());
532 DCHECK(result < scope_info->ContextLength());
[all...]
H A Dscopes.cc120 num_heap_slots_ = scope_info_->ContextLength();
/external/v8/src/runtime/
H A Druntime-scopes.cc684 int length = function->shared()->scope_info()->ContextLength();
/external/v8/src/
H A Dfactory.cc764 NewFixedArray(scope_info->ContextLength(), TENURED);
788 NewFixedArray(scope_info->ContextLength(), TENURED);
861 Handle<FixedArray> array = NewFixedArray(scope_info->ContextLength());
H A Dobjects.h4114 // no contexts are allocated for this scope ContextLength returns 0.
4115 int ContextLength();
/external/v8/src/compiler/
H A Djs-create-lowering.cc737 int const context_length = scope_info->ContextLength();

Completed in 236 milliseconds