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

/external/chromium_org/v8/src/
H A Dscopeinfo.cc19 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
25 DCHECK(scope->ContextLocalCount() == context_local_count);
154 return StackLocalCount() + ContextLocalCount();
170 int context_locals = ContextLocalCount();
198 return ContextLocalCount() > 0;
240 DCHECK(0 <= var && var < ContextLocalCount());
247 DCHECK(0 <= var && var < ContextLocalCount());
255 DCHECK(0 <= var && var < ContextLocalCount());
263 DCHECK(0 <= var && var < ContextLocalCount());
315 scope_info->ContextLocalCount();
[all...]
H A Dscopes.h355 int ContextLocalCount() const;
H A Dtyping.cc108 ZoneList<Variable*> context_vars(scope->ContextLocalCount(), zone());
H A Dgdb-jit.cc1123 int context_slots = scope->ContextLocalCount();
1325 int context_slots = scope->ContextLocalCount();
H A Dscopes.cc1405 int Scope::ContextLocalCount() const { function in class:v8::internal::Scope
H A Dframes.cc1228 int heap_locals_count = scope_info->ContextLocalCount();
H A Dliveedit.cc775 current_scope->ContextLocalCount(), zone);
H A Dheap-snapshot-generator.cc1239 int context_locals = scope_info->ContextLocalCount();
H A Dobjects.h4231 V(ContextLocalCount)
4271 // context local, so in total this part occupies ContextLocalCount() slots
4276 // context local, so in total this part occupies ContextLocalCount()
H A Druntime.cc8072 int context_local_count = scope_info->ContextLocalCount();
11726 for (int i = 0; i < scope_info->ContextLocalCount(); i++) {

Completed in 246 milliseconds