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

/external/v8/src/
H A Dscopeinfo.cc139 var_index == scope_info->ContextLength() - 1);
145 ASSERT(scope->num_heap_slots() == scope_info->ContextLength());
186 int ScopeInfo::ContextLength() { function in class:v8::internal::ScopeInfo
224 return ContextLength() > 0;
308 ASSERT(result < ContextLength());
321 ASSERT(result < ContextLength());
H A Dscopes.cc137 num_heap_slots_ = scope_info_->ContextLength();
H A Dfull-codegen.cc923 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS;
H A Dobjects.h3363 // no contexts are allocated for this scope ContextLength returns 0.
3364 int ContextLength();
H A Dheap.cc4769 AllocateFixedArrayWithHoles(scope_info->ContextLength());
H A Druntime.cc8499 int length = function->shared()->scope_info()->ContextLength();

Completed in 151 milliseconds