Lines Matching refs:MIN_CONTEXT_SLOTS
147 int length = slots_ + Context::MIN_CONTEXT_SLOTS;
176 for (int i = Context::MIN_CONTEXT_SLOTS; i < length; i++) {
198 int length = slots_ + Context::MIN_CONTEXT_SLOTS;
239 __ sw(a1, ContextOperand(v0, i + Context::MIN_CONTEXT_SLOTS));
4643 // MIN_CONTEXT_SLOTS .. MIN_CONTEXT_SLOTS+parameter_count-1
4645 // MIN_CONTEXT_SLOTS+parameter_count-1 ..
4646 // MIN_CONTEXT_SLOTS+parameter_count-mapped_parameter_count
4651 __ Addu(t5, t5, Operand(Smi::FromInt(Context::MIN_CONTEXT_SLOTS)));