HomeSort by relevance Sort by last modified time
    Searched refs:ContextLength (Results 1 - 6 of 6) sorted by null

  /external/v8/src/ast/
scopeinfo.cc 176 // scope_info->ContextLength() - 1);
186 var_index == scope_info->ContextLength() - 1);
191 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() ||
193 scope_info->ContextLength() == 0));
260 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1);
307 int ScopeInfo::ContextLength() {
371 return ContextLength() > 0;
480 DCHECK(result < scope_info->ContextLength());
497 DCHECK(result < scope_info->ContextLength());
532 DCHECK(result < scope_info->ContextLength());
    [all...]
scopes.cc 120 num_heap_slots_ = scope_info_->ContextLength();
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 684 int length = function->shared()->scope_info()->ContextLength();
    [all...]
  /external/v8/src/
factory.cc 764 NewFixedArray(scope_info->ContextLength(), TENURED);
788 NewFixedArray(scope_info->ContextLength(), TENURED);
861 Handle<FixedArray> array = NewFixedArray(scope_info->ContextLength());
    [all...]
objects.h     [all...]
  /external/v8/src/compiler/
js-create-lowering.cc     [all...]

Completed in 224 milliseconds