Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc211 var_index == scope_info->ContextLength() - 1); in Create()
216 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() || in Create()
218 scope_info->ContextLength() == 0)); in Create()
291 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1); in CreateGlobalThisBinding()
338 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo
402 return ContextLength() > 0; in HasContext()
543 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()
560 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()
595 DCHECK(result < scope_info->ContextLength()); in ContextGlobalSlotIndex()
Dscopes.cc132 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
/external/v8/src/
Dfactory.cc753 NewFixedArray(scope_info->ContextLength(), TENURED); in NewScriptContext()
777 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext()
834 Handle<FixedArray> array = NewFixedArray(scope_info->ContextLength()); in NewBlockContext()
Dobjects.h4029 int ContextLength();
/external/v8/src/runtime/
Druntime-scopes.cc819 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Djs-typed-lowering.cc2049 int context_length = scope_info->ContextLength(); in ReduceJSCreateBlockContext()