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

  /external/v8/src/
scopeinfo.cc 44 ZoneList<Variable*> context_locals(scope->ContextLocalCount());
50 ASSERT(scope->ContextLocalCount() == context_local_count);
172 return StackLocalCount() + ContextLocalCount();
188 int context_locals = ContextLocalCount();
215 return ContextLocalCount() > 0;
261 ASSERT(0 <= var && var < ContextLocalCount());
268 ASSERT(0 <= var && var < ContextLocalCount());
276 ASSERT(0 <= var && var < ContextLocalCount());
313 int end = ContextLocalNameEntriesIndex() + ContextLocalCount();
382 return ContextLocalNameEntriesIndex() + ContextLocalCount();
    [all...]
scopes.h 363 int ContextLocalCount() const;
scopes.cc     [all...]
frames.cc     [all...]
liveedit.cc 860 ZoneList<Variable*> context_list(outer_scope->ContextLocalCount());
    [all...]
profile-generator.cc     [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 295 milliseconds