HomeSort by relevance Sort by last modified time
    Searched full:stack_local_count (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
scopeinfo.cc 46 const int stack_local_count = stack_locals.length(); local
49 ASSERT(scope->StackLocalCount() == stack_local_count);
74 + parameter_count + stack_local_count + 2 * context_local_count
87 scope_info->SetStackLocalCount(stack_local_count);
101 for (int i = 0; i < stack_local_count; ++i) {

Completed in 41 milliseconds