Home | History | Annotate | Download | only in arm

Lines Matching refs:success

83  *  - fp[-20] success counter    (only for global regexps to count matches).
265 Label success;
304 __ jmp(&success);
309 __ bind(&success);
345 // Check if function returned non-zero for success or zero for failure.
348 // On success, increment position by length of capture.
360 Label success;
492 Label success;
494 __ b(eq, &success);
498 __ b(ls, &success);
502 __ bind(&success);
631 __ push(r0); // Make room for success counter and initialize it to 0.
764 // Increment success counter.
799 __ mov(r0, Operand(SUCCESS));