Home | History | Annotate | Download | only in mips

Lines Matching defs:fast

123 // This function is safe to call if the receiver has fast properties.
308 // Load a fast property out of a holder object (src). In-object properties
802 // Deferred code for fast API call case---clean preallocated space.
1525 // Check that the elements are in fast mode and writable.
1574 // In case of fast smi-only, convert to fast object, otherwise bail out.
1721 // Check that the elements are in fast mode and writable.
2368 Label fast;
2370 __ JumpIfSmi(a1, &fast);
2373 __ bind(&fast);
2389 Label fast;
2392 __ Branch(&fast, eq, a1, Operand(t0));
2395 __ bind(&fast);
3740 // Handle both smis and HeapNumbers in the fast path. Go to the
4258 // Make sure elements is a fast element array, not 'cow'.