Home | History | Annotate | Download | only in arm

Lines Matching defs:fast

132 // This function is safe to call if the receiver has fast properties.
321 // Load a fast property out of a holder object (src). In-object properties
812 // Deferred code for fast API call case---clean preallocated space.
1526 // Check that the elements are in fast mode and writable.
1576 // In case of fast smi-only, convert to fast object, otherwise bail out.
1723 // Check that the elements are in fast mode and writable.
2375 Label fast;
2377 __ JumpIfSmi(r1, &fast);
2380 __ bind(&fast);
2396 Label fast;
2400 __ b(eq, &fast);
2404 __ bind(&fast);
3738 // Handle both smis and HeapNumbers in the fast path. Go to the
4204 // Make sure elements is a fast element array, not 'cow'.