Lines Matching refs:MIN_CONTEXT_SLOTS
124 int length = slots_ + Context::MIN_CONTEXT_SLOTS;
150 for (int i = Context::MIN_CONTEXT_SLOTS; i < length; i++) {
172 int length = slots_ + Context::MIN_CONTEXT_SLOTS;
216 __ mov(ContextOperand(eax, Context::MIN_CONTEXT_SLOTS),
221 __ mov(ContextOperand(eax, i + Context::MIN_CONTEXT_SLOTS), ebx);
3428 // MIN_CONTEXT_SLOTS .. MIN_CONTEXT_SLOTS+parameter_count-1
3430 // MIN_CONTEXT_SLOTS+parameter_count-1 ..
3431 // MIN_CONTEXT_SLOTS+parameter_count-mapped_parameter_count
3436 __ mov(ebx, Immediate(Smi::FromInt(Context::MIN_CONTEXT_SLOTS)));