Home | History | Annotate | Download | only in src

Lines Matching refs:MIN_CONTEXT_SLOTS

114   // Ensure at least MIN_CONTEXT_SLOTS to indicate a materialized context.
116 static_cast<int>(Context::MIN_CONTEXT_SLOTS));
138 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
1357 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
1373 if (num_heap_slots_ == Context::MIN_CONTEXT_SLOTS && !must_have_context) {
1378 DCHECK(num_heap_slots_ == 0 || num_heap_slots_ >= Context::MIN_CONTEXT_SLOTS);
1407 return num_heap_slots() - Context::MIN_CONTEXT_SLOTS -