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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSRExitCompiler64.cpp171 bool haveFPRs = false; local
224 haveFPRs = true;
254 if (haveFPRs)
329 // Note that GPRs do not have a fast change (like haveFPRs) because we expect that
356 if (haveFPRs) {
H A DDFGOSRExitCompiler32_64.cpp190 bool haveFPRs = false; local
248 haveFPRs = true;
298 // Note that GPRs do not have a fast change (like haveFPRs) because we expect that
390 if (haveFPRs) {

Completed in 202 milliseconds