Home | History | Annotate | Download | only in arm

Lines Matching defs:fast

127 // This function is safe to call if the receiver has fast properties.
1059 // Deferred code for fast API call case---clean preallocated space.
1758 // Check that the elements are in fast mode and writable.
1797 // Check that the elements are in fast mode and writable.
1834 // In case of fast smi-only, convert to fast object, otherwise bail out.
1999 // Check that the elements are in fast mode and writable.
2610 Label fast;
2612 __ JumpIfSmi(r1, &fast);
2615 __ bind(&fast);
2625 Label fast;
2629 __ b(eq, &fast);
2633 __ bind(&fast);
3249 // Handle both smis and HeapNumbers in the fast path. Go to the
3450 // Make sure elements is a fast element array, not 'cow'.