Searched refs:first_slot_index (Results 1 – 1 of 1) sorted by relevance
119 int first_slot_index; in Create() local121 first_slot_index = stack_locals[0]->index(); in Create()123 first_slot_index = 0; in Create()126 scope_info->set(index++, Smi::FromInt(first_slot_index)); in Create()129 DCHECK(stack_locals[i]->index() == first_slot_index + i); in Create()265 const int first_slot_index = 0; in CreateGlobalThisBinding() local267 scope_info->set(index++, Smi::FromInt(first_slot_index)); in CreateGlobalThisBinding()437 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackLocalIndex() local438 return first_slot_index + var; in StackLocalIndex()517 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); in StackSlotIndex() local[all …]