Home | History | Annotate | Download | only in ia32

Lines Matching defs:fast

143 // This function is safe to call if the receiver has fast properties.
422 // Number of pointers to be reserved on stack for fast API call.
447 // -- esp[4] : last fast api call extra argument.
449 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument.
466 // (last fast api call extra argument,
469 // (first fast api call extra argument)
672 // Deferred code for fast API call case---clean preallocated space.
1153 // fast and global objects or do negative lookup for normal objects.
1757 // Check that the elements are in fast mode and writable.
1828 // In case of fast smi-only, convert to fast object, otherwise bail out.
2005 // Check that the elements are in fast mode and writable.
2669 Label fast;
2671 __ JumpIfSmi(edx, &fast);
2674 __ bind(&fast);
2684 Label fast;
2687 __ j(equal, &fast);
2690 __ bind(&fast);
3315 // Handle both smis and HeapNumbers in the fast path. Go to the
3511 // Get the elements array and make sure it is a fast element array, not 'cow'.