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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DSpecializedThunkJIT.h149 void callDoubleToDoublePreservingReturn(FunctionPtr function) function in class:JSC::SpecializedThunkJIT
H A DThunkGenerators.cpp608 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(floor));
628 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(ceil));
661 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(jsRound));
679 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(exp));
692 jit.callDoubleToDoublePreservingReturn(UnaryDoubleOpWrapper(log));

Completed in 194 milliseconds