Searched refs:bytesForGPRs (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLSaveRestore.cpp38 static size_t bytesForGPRs() function in namespace:JSC::FTL
53 return bytesForGPRs() + bytesForFPRs();
63 return bytesForGPRs() + MacroAssembler::fpRegisterIndex(reg) * sizeof(double);

Completed in 161 milliseconds