Lines Matching refs:ContextLocalCount
20 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone); in Create()
33 DCHECK_EQ(scope->ContextLocalCount(), context_local_count); in Create()
324 return StackLocalCount() + ContextLocalCount(); in LocalCount()
340 int context_locals = ContextLocalCount(); in ContextLength()
394 return ContextLocalCount() > 0; in HasHeapAllocatedLocals()
443 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalName()
450 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMode()
458 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalInitFlag()
466 DCHECK(0 <= var && var < ContextLocalCount() + ContextGlobalCount()); in ContextLocalMaybeAssignedFlag()
549 scope_info->ContextLocalCount(); in ContextSlotIndex()
583 scope_info->ContextLocalCount()); in ContextGlobalSlotIndex()
607 DCHECK_LT(var, ContextLocalCount() + ContextGlobalCount()); in ContextSlotName()
680 return ContextLocalNameEntriesIndex() + ContextLocalCount(); in ContextGlobalNameEntriesIndex()
690 return ContextLocalInfoEntriesIndex() + ContextLocalCount(); in ContextGlobalInfoEntriesIndex()
828 ContextLocalNameEntriesIndex() + ContextLocalCount(), this); in Print()