Home | History | Annotate | Download | only in x64

Lines Matching defs:fast

112 // This function is safe to call if the receiver has fast properties.
400 // Number of pointers to be reserved on stack for fast API call.
427 // -- rsp[8] : last fast api call extra argument.
429 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra
448 // (last fast api call extra argument,
451 // (first fast api call extra argument)
656 // Deferred code for fast API call case---clean preallocated space.
1673 // Check that the elements are in fast mode and writable.
1743 // In case of fast smi-only, convert to fast object, otherwise bail out.
1914 // Check that the elements are in fast mode and writable.
2442 Label fast;
2444 __ JumpIfSmi(rdx, &fast);
2447 __ bind(&fast);
2457 Label fast;
2460 __ j(equal, &fast);
2463 __ bind(&fast);
3089 // Handle both smis and HeapNumbers in the fast path. Go to the
3184 // Fast path: use machine instruction to convert to int64. If that
3273 // Get the elements array and make sure it is a fast element array, not 'cow'.