HomeSort by relevance Sort by last modified time
    Searched refs:StackLocalCount (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
scopeinfo.cc 43 ZoneList<Variable*> stack_locals(scope->StackLocalCount());
49 ASSERT(scope->StackLocalCount() == stack_local_count);
136 (var_index == scope_info->StackLocalCount() &&
172 return StackLocalCount() + ContextLocalCount();
180 return StackLocalCount() + (function_name_stack_slot ? 1 : 0);
246 ASSERT(StackLocalEntriesIndex() + StackLocalCount() ==
254 ASSERT(0 <= var && var < StackLocalCount());
287 int end = StackLocalEntriesIndex() + StackLocalCount();
377 return StackLocalEntriesIndex() + StackLocalCount();
496 StackLocalEntriesIndex() + StackLocalCount(),
    [all...]
scopes.h 362 int StackLocalCount() const;
scopes.cc     [all...]
frames.cc     [all...]
liveedit.cc 859 ZoneList<Variable*> stack_list(outer_scope->StackLocalCount());
    [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 80 milliseconds