Searched refs:ContextLocalCount (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/ast/
H A Dscopeinfo.cc88 DCHECK_EQ(scope->ContextLocalCount(), context_local_count);
422 return StackLocalCount() + ContextLocalCount();
438 int context_locals = ContextLocalCount();
514 return ContextLocalCount() > 0;
577 DCHECK_LT(var, ContextLocalCount());
585 DCHECK_LT(var, ContextLocalCount());
594 DCHECK_LT(var, ContextLocalCount());
603 DCHECK_LT(var, ContextLocalCount());
677 int end = start + scope_info->ContextLocalCount();
703 DCHECK_LT(var, ContextLocalCount());
[all...]
H A Dscopes.h350 int ContextLocalCount() const;
H A Dscopes.cc2054 int Scope::ContextLocalCount() const { function in class:v8::internal::Scope
/external/v8/src/debug/
H A Ddebug-scopes.cc658 for (int i = 0; i < scope_info->ContextLocalCount(); i++) {
770 int local_count = scope_info->ContextLocalCount();
H A Dliveedit.cc1912 scope_info_length += current_scope->ContextLocalCount() * 2;
/external/v8/src/runtime/
H A Druntime-scopes.cc447 int context_local_count = scope_info->ContextLocalCount();
619 for (int var = 0; var < scope_info->ContextLocalCount(); var++) {
/external/v8/src/full-codegen/
H A Dfull-codegen.h182 if (block_scope->ContextLocalCount() > 0) ++(*context_length);
/external/v8/src/
H A Dgdb-jit.cc1170 int context_slots = scope->ContextLocalCount();
1369 int context_slots = scope->ContextLocalCount();
H A Dframes.cc1639 int heap_locals_count = scope_info->ContextLocalCount();
H A Dobjects.h4628 V(ContextLocalCount)
4663 // context local, so in total this part occupies ContextLocalCount() slots
4668 // context local, so in total this part occupies ContextLocalCount()
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc1202 int context_locals = scope_info->ContextLocalCount();
/external/v8/src/crankshaft/
H A Dhydrogen.cc4316 scope->ContextLocalCount() > 0) {

Completed in 237 milliseconds