Lines Matching full:first_slot_index
119 int first_slot_index;
121 first_slot_index = stack_locals[0]->index();
123 first_slot_index = 0;
126 scope_info->set(index++, Smi::FromInt(first_slot_index));
129 DCHECK(stack_locals[i]->index() == first_slot_index + i);
265 const int first_slot_index = 0;
267 scope_info->set(index++, Smi::FromInt(first_slot_index));
437 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value();
438 return first_slot_index + var;
517 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value();
522 return i - start + first_slot_index;