Home | History | Annotate | Download | only in src

Lines Matching refs:HArgumentsElements

3611 class HArgumentsElements: public HTemplateInstruction<0> {
3613 DECLARE_INSTRUCTION_FACTORY_P1(HArgumentsElements, bool);
3627 explicit HArgumentsElements(bool from_inlined) : from_inlined_(from_inlined) {