Searched refs:first_slot_index (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/ast/
H A Dscopeinfo.cc113 int first_slot_index; local
115 first_slot_index = stack_locals[0]->index();
117 first_slot_index = 0;
120 scope_info->set(index++, Smi::FromInt(first_slot_index));
123 DCHECK(stack_locals[i]->index() == first_slot_index + i);
237 const int first_slot_index = 0; local
239 scope_info->set(index++, Smi::FromInt(first_slot_index));
406 int first_slot_index = Smi::cast(get(StackLocalFirstSlotIndex()))->value(); local
407 return first_slot_index + var;
454 int first_slot_index local
[all...]

Completed in 57 milliseconds