Searched refs:JSFastMath (Results 1 – 3 of 3) sorted by relevance
1536 if (JSFastMath::canDoFastBitwiseOperations(src1, src2)) in privateExecute()1537 callFrame[dst] = JSFastMath::equal(src1, src2); in privateExecute()1576 if (JSFastMath::canDoFastBitwiseOperations(src1, src2)) in privateExecute()1577 callFrame[dst] = JSFastMath::notEqual(src1, src2); in privateExecute()1678 if (JSFastMath::canDoFastAdditiveOperations(v)) in privateExecute()1679 callFrame[srcDst] = JSValuePtr(JSFastMath::incImmediateNumber(v)); in privateExecute()1697 if (JSFastMath::canDoFastAdditiveOperations(v)) in privateExecute()1698 callFrame[srcDst] = JSValuePtr(JSFastMath::decImmediateNumber(v)); in privateExecute()1718 if (JSFastMath::canDoFastAdditiveOperations(v)) { in privateExecute()1720 callFrame[srcDst] = JSValuePtr(JSFastMath::incImmediateNumber(v)); in privateExecute()[all …]
40 class JSFastMath; variable162 friend class JSFastMath; variable739 class JSFastMath {
1423 (JSC::JSFastMath::canDoFastBitwiseOperations):1424 (JSC::JSFastMath::xorImmediateNumbers):1425 (JSC::JSFastMath::canDoFastRshift):1426 (JSC::JSFastMath::canDoFastUrshift):1427 (JSC::JSFastMath::rightShiftImmediateNumbers):1428 (JSC::JSFastMath::canDoFastAdditiveOperations):1429 (JSC::JSFastMath::addImmediateNumbers):1430 (JSC::JSFastMath::subImmediateNumbers):1644 (JSC::JSFastMath::canDoFastAdditiveOperations):1684 on JSValuePtrs through the new JSFastMath interface.[all …]