Lines Matching defs:LLoadContextSlot
1357 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {1359 explicit LLoadContextSlot(LOperand* context) { inputs_[0] = context; }