Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc433 int context_locals = ContextLocalCount(); in ContextLength() local
436 bool has_context = context_locals > 0 || function_name_context_slot || in ContextLength()
445 return Context::MIN_CONTEXT_SLOTS + context_locals + in ContextLength()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1207 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences() local
1208 for (int i = 0; i < context_locals; ++i) { in ExtractContextReferences()