Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc119 var_index == scope_info->ContextLength() - 1); in Create()
125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() || in Create()
127 scope_info->ContextLength() == 0)); in Create()
168 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo
206 return ContextLength() > 0; in HasContext()
309 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()
325 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()
Dfactory.cc699 NewFixedArray(scope_info->ContextLength(), TENURED); in NewGlobalContext()
713 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext()
771 NewFixedArrayWithHoles(scope_info->ContextLength()); in NewBlockContext()
Dscopes.cc112 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
Dobjects.h4132 int ContextLength();
Druntime.cc9069 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()