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

  /external/chromium_org/v8/src/
scopeinfo.cc 119 var_index == scope_info->ContextLength() - 1);
125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() ||
127 scope_info->ContextLength() == 0));
168 int ScopeInfo::ContextLength() {
206 return ContextLength() > 0;
309 DCHECK(result < scope_info->ContextLength());
325 DCHECK(result < scope_info->ContextLength());
factory.cc 699 NewFixedArray(scope_info->ContextLength(), TENURED);
713 NewFixedArray(scope_info->ContextLength(), TENURED);
771 NewFixedArrayWithHoles(scope_info->ContextLength());
    [all...]
scopes.cc 112 num_heap_slots_ = scope_info_->ContextLength();
    [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 900 milliseconds