Lines Matching refs:MIN_CONTEXT_SLOTS
115 ASSERT(heap_locals[i]->AsSlot()->index() - Context::MIN_CONTEXT_SLOTS == in ScopeInfo()
117 ASSERT(heap_locals[i]->AsSlot()->index() - Context::MIN_CONTEXT_SLOTS == in ScopeInfo()
140 ASSERT(var->AsSlot()->index() - Context::MIN_CONTEXT_SLOTS == in ScopeInfo()
142 ASSERT(var->AsSlot()->index() - Context::MIN_CONTEXT_SLOTS == in ScopeInfo()
337 Context::MIN_CONTEXT_SLOTS); in LocalName()
346 ASSERT(number_of_context_slots() >= Context::MIN_CONTEXT_SLOTS); in NumberOfLocals()
347 number_of_locals += number_of_context_slots() - Context::MIN_CONTEXT_SLOTS; in NumberOfLocals()
415 return number_of_context_slots + Context::MIN_CONTEXT_SLOTS; in NumberOfContextSlots()
468 result = static_cast<int>((p - p0) >> 1) + Context::MIN_CONTEXT_SLOTS; in ContextSlotIndex()
516 return number_of_context_slots + Context::MIN_CONTEXT_SLOTS - 1; in FunctionContextSlotIndex()
618 PrintList<Allocator>("context slots", Context::MIN_CONTEXT_SLOTS, in Print()