Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc139 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::ScopeInfo
224 return ContextLength() > 0; in HasContext()
308 ASSERT(result < ContextLength()); in ContextSlotIndex()
321 ASSERT(result < ContextLength()); in ContextSlotIndex()
Dscopes.cc137 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
Dfull-codegen.cc923 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; in VisitBlock()
Dobjects.h3364 int ContextLength();
Dheap.cc4769 AllocateFixedArrayWithHoles(scope_info->ContextLength()); in AllocateBlockContext()
Druntime.cc8499 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()
/external/chromium_org/v8/src/
Dscopeinfo.cc138 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::ScopeInfo
225 return ContextLength() > 0; in HasContext()
306 ASSERT(result < ContextLength()); in ContextSlotIndex()
319 ASSERT(result < ContextLength()); in ContextSlotIndex()
Dscopes.cc143 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
Dfull-codegen.cc1087 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; in VisitBlock()
Dheap.cc5596 AllocateFixedArray(scope_info->ContextLength(), TENURED); in AllocateGlobalContext()
5614 AllocateFixedArray(scope_info->ContextLength(), TENURED); in AllocateModuleContext()
5684 AllocateFixedArrayWithHoles(scope_info->ContextLength()); in AllocateBlockContext()
Dobjects.h4267 int ContextLength();
Druntime.cc8907 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()