Home | History | Annotate | Download | only in x64

Lines Matching defs:fast

112 // This function is safe to call if the receiver has fast properties.
346 // Load a fast property out of a holder object (src). In-object properties
404 // Number of pointers to be reserved on stack for fast API call.
431 // -- rsp[8] : last fast api call extra argument.
433 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra argument.
450 // (last fast api call extra argument,
453 // (first fast api call extra argument)
629 // Deferred code for fast API call case---clean preallocated space.
1382 // Check that the elements are in fast mode and writable.
1424 // In case of fast smi-only, convert to fast object, otherwise bail out.
1572 // Check that the elements are in fast mode and writable.
2095 Label fast;
2097 __ JumpIfSmi(rdx, &fast);
2100 __ bind(&fast);
2116 Label fast;
2119 __ j(equal, &fast);
2122 __ bind(&fast);
3282 // Handle both smis and HeapNumbers in the fast path. Go to the
3559 // Get the elements array and make sure it is a fast element array, not 'cow'.