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

  /external/v8/src/objects/
scope-info.cc 254 // scope_info->ContextLength() - 1);
265 var_index == scope_info->ContextLength() - 1);
289 DCHECK_EQ(scope->num_heap_slots(), scope_info->ContextLength());
330 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, scope_info->ContextLength());
394 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1);
431 int ScopeInfo::ContextLength() {
512 bool ScopeInfo::HasContext() { return ContextLength() > 0; }
652 DCHECK_LT(result, scope_info->ContextLength());
668 DCHECK_LT(result, scope_info->ContextLength());
    [all...]
scope-info.h 68 // no contexts are allocated for this scope ContextLength returns 0.
69 int ContextLength();
  /external/v8/src/runtime/
runtime-scopes.cc 747 int length = function->shared()->scope_info()->ContextLength();
    [all...]
  /external/v8/src/
factory.cc     [all...]
  /external/v8/src/compiler/
js-create-lowering.cc     [all...]
  /external/v8/src/ast/
scopes.cc 255 num_heap_slots_ = scope_info->ContextLength();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 367 milliseconds