Home | History | Annotate | Download | only in src

Lines Matching refs:HArgumentsElements

3942 class HArgumentsElements FINAL : public HTemplateInstruction<0> {
3944 DECLARE_INSTRUCTION_FACTORY_P1(HArgumentsElements, bool);
3958 explicit HArgumentsElements(bool from_inlined) : from_inlined_(from_inlined) {