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

  /external/v8/src/
scopeinfo.cc 18 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...]
scopes.h 354 int StackLocalCount() const;
typing.cc 82 int locals = scope->StackLocalCount();
gdb-jit.cc 1126 int locals = scope->StackLocalCount();
    [all...]
scopes.cc     [all...]
frames.cc     [all...]
liveedit.cc 773 ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone);
    [all...]
runtime.cc     [all...]
objects.h     [all...]

Completed in 846 milliseconds