Searched refs:StackLocalCount (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopeinfo.cc18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
24 DCHECK(scope->StackLocalCount() == stack_local_count);
116 (var_index == scope_info->StackLocalCount() &&
154 return StackLocalCount() + ContextLocalCount();
162 return StackLocalCount() + (function_name_stack_slot ? 1 : 0);
225 DCHECK(StackLocalEntriesIndex() + StackLocalCount() ==
233 DCHECK(0 <= var && var < StackLocalCount());
285 int end = StackLocalEntriesIndex() + StackLocalCount();
378 int first_context_var = scope_info->StackLocalCount();
408 return StackLocalEntriesIndex() + StackLocalCount();
[all...]
H A Dscopes.h354 int StackLocalCount() const;
H A Dtyping.cc82 int locals = scope->StackLocalCount();
H A Dgdb-jit.cc1126 int locals = scope->StackLocalCount();
1328 int locals = scope->StackLocalCount();
H A Dscopes.cc1399 int Scope::StackLocalCount() const { function in class:v8::internal::Scope
H A Dframes.cc1227 int stack_locals_count = scope_info->StackLocalCount();
H A Dliveedit.cc773 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone);
H A Druntime.cc11360 for (; i < scope_info->StackLocalCount(); ++i) {
11594 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
11639 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
11770 for (int i = 0; i < scope_info->StackLocalCount(); ++i) {
H A Dobjects.h4230 V(StackLocalCount) \
4265 // local, so in total this part occupies StackLocalCount() slots in the

Completed in 428 milliseconds