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

/external/webkit/JavaScriptCore/runtime/
H A DJSImmediate.h660 static ALWAYS_INLINE bool canDoFastRshift(JSValue v1, JSValue v2) function in class:JSC::JSFastMath
672 ASSERT(canDoFastRshift(val, shift) || canDoFastUrshift(val, shift));

Completed in 11 milliseconds