Searched refs:ContextLength (Results 1 – 12 of 12) sorted by relevance
139 var_index == scope_info->ContextLength() - 1); in Create()145 ASSERT(scope->num_heap_slots() == scope_info->ContextLength()); in Create()186 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo224 return ContextLength() > 0; in HasContext()308 ASSERT(result < ContextLength()); in ContextSlotIndex()321 ASSERT(result < ContextLength()); in ContextSlotIndex()
137 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
923 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; in VisitBlock()
3364 int ContextLength();
4769 AllocateFixedArrayWithHoles(scope_info->ContextLength()); in AllocateBlockContext()
8499 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()
138 var_index == scope_info->ContextLength() - 1); in Create()144 ASSERT(scope->num_heap_slots() == scope_info->ContextLength() || in Create()146 scope_info->ContextLength() == 0)); in Create()187 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo225 return ContextLength() > 0; in HasContext()306 ASSERT(result < ContextLength()); in ContextSlotIndex()319 ASSERT(result < ContextLength()); in ContextSlotIndex()
143 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
1087 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; in VisitBlock()
5596 AllocateFixedArray(scope_info->ContextLength(), TENURED); in AllocateGlobalContext()5614 AllocateFixedArray(scope_info->ContextLength(), TENURED); in AllocateModuleContext()5684 AllocateFixedArrayWithHoles(scope_info->ContextLength()); in AllocateBlockContext()
4267 int ContextLength();
8907 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()