Lines Matching refs:FAST
391 // Number of pointers to be reserved on stack for fast API call.
420 // -- rsp[8] : last fast api call extra argument.
422 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra
755 // Deferred code for fast API call case---clean preallocated space.
1163 // fast and global objects or do negative lookup for normal objects.
1598 return GetCode(Code::FAST, name);
1670 // Check that the elements are in fast mode and writable.
1740 // In case of fast smi-only, convert to fast object, otherwise bail out.
1899 // Check that the elements are in fast mode and writable.
2443 Label fast;
2445 __ JumpIfSmi(reg, &fast);
2448 __ bind(&fast);
2514 return GetCode(Code::FAST, name);
2568 return GetCode(kind(), Code::FAST, name);
2586 return GetCode(kind(), Code::FAST, name);
2652 return GetCode(kind(), Code::FAST, name);
2702 return GetCode(kind(), Code::FAST, name);