Home | History | Annotate | Download | only in mips

Lines Matching defs:fast

123 // This function is safe to call if the receiver has fast properties.
1062 // Deferred code for fast API call case---clean preallocated space.
1774 // Check that the elements are in fast mode and writable.
1815 // Check that the elements are in fast mode and writable.
1853 // In case of fast smi-only, convert to fast object, otherwise bail out.
2016 // Check that the elements are in fast mode and writable.
2650 Label fast;
2652 __ JumpIfSmi(a1, &fast);
2655 __ bind(&fast);
2665 Label fast;
2668 __ Branch(&fast, eq, a1, Operand(t0));
2671 __ bind(&fast);
3297 // Handle both smis and HeapNumbers in the fast path. Go to the
3526 // Make sure elements is a fast element array, not 'cow'.