Home | History | Annotate | Download | only in src

Lines Matching refs:HArgumentsLength

3640 class HArgumentsLength: public HUnaryOperation {
3642 DECLARE_INSTRUCTION_FACTORY_P1(HArgumentsLength, HValue*);
3654 explicit HArgumentsLength(HValue* value) : HUnaryOperation(value) {