Home | History | Annotate | Download | only in arm

Lines Matching refs:INITIAL

838       // Push initial value, if any.
839 // Note: For variables we must not push an initial value (such as
846 __ mov(r0, Operand(Smi::FromInt(0))); // Indicates no initial value.
903 // Push initial value for function declaration.
1182 __ Push(r1, r0); // Fixed array length (as smi) and initial index.
1986 // Evaluate yielded value first; the initial iterator definition depends on
1996 case Yield::INITIAL: {
2043 // Initial stack layout is as follows:
2049 // Initial send value is undefined.