Home
last modified time | relevance | path

Searched refs:ContextLength (Results 1 – 6 of 6) 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()