Home
last modified time | relevance | path

Searched refs:context_local_count (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dscopeinfo.cc47 const int context_local_count = context_locals.length(); in Create() local
50 ASSERT(scope->ContextLocalCount() == context_local_count); in Create()
74 + parameter_count + stack_local_count + 2 * context_local_count in Create()
88 scope_info->SetContextLocalCount(context_local_count); in Create()
116 for (int i = 0; i < context_local_count; ++i) { in Create()
122 for (int i = 0; i < context_local_count; ++i) { in Create()
Druntime.cc7638 int context_local_count = scope_info->ContextLocalCount(); in RUNTIME_FUNCTION() local
7656 for (int j = 0; j < context_local_count; ++j) { in RUNTIME_FUNCTION()