Lines Matching refs:MIN_CONTEXT_SLOTS
139 // Ensure at least MIN_CONTEXT_SLOTS to indicate a materialized context.
141 static_cast<int>(Context::MIN_CONTEXT_SLOTS));
159 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
1243 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
1258 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) {
1263 ASSERT(num_heap_slots_ == 0 || num_heap_slots_ >= Context::MIN_CONTEXT_SLOTS);
1275 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS -