Lines Matching refs:slot_index
716 Register context, int slot_index, int depth, in LoadContextSlot() argument
720 OutputLdaImmutableCurrentContextSlot(slot_index); in LoadContextSlot()
723 OutputLdaCurrentContextSlot(slot_index); in LoadContextSlot()
726 OutputLdaImmutableContextSlot(context, slot_index, depth); in LoadContextSlot()
729 OutputLdaContextSlot(context, slot_index, depth); in LoadContextSlot()
735 int slot_index, in StoreContextSlot() argument
738 OutputStaCurrentContextSlot(slot_index); in StoreContextSlot()
740 OutputStaContextSlot(context, slot_index, depth); in StoreContextSlot()
758 const AstRawString* name, TypeofMode typeof_mode, int slot_index, in LoadLookupContextSlot() argument
762 OutputLdaLookupContextSlotInsideTypeof(name_index, slot_index, depth); in LoadLookupContextSlot()
765 OutputLdaLookupContextSlot(name_index, slot_index, depth); in LoadLookupContextSlot()