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

  /external/v8/src/
scopeinfo.cc 19 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...]
scopes.h 355 int ContextLocalCount() const;
typing.cc 108 ZoneList<Variable*> context_vars(scope->ContextLocalCount(), zone());
gdb-jit.cc 1123 int context_slots = scope->ContextLocalCount();
    [all...]
scopes.cc     [all...]
frames.cc     [all...]
liveedit.cc 775 current_scope->ContextLocalCount(), zone);
    [all...]
heap-snapshot-generator.cc     [all...]
objects.h     [all...]
runtime.cc     [all...]

Completed in 215 milliseconds