Home | History | Annotate | Download | only in src

Lines Matching defs:slot_index

46     int slot_index = ScopeInfo::ContextSlotIndex(
50 if (slot_index >= 0) {
52 result->slot_index = slot_index;
272 *index = r.slot_index;
333 int slot_index = ScopeInfo::ContextSlotIndex(
335 DCHECK(slot_index < 0 || slot_index >= MIN_CONTEXT_SLOTS);
336 if (slot_index >= 0) {
339 slot_index, mode);
341 *index = slot_index;