Searched defs:emitRightShiftSlowCase (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp442 void JIT::emitRightShiftSlowCase(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter, bool isUnsigned) function in class:JSC::JIT
511 emitRightShiftSlowCase(currentInstruction, iter, false);
523 emitRightShiftSlowCase(currentInstruction, iter, true);

Completed in 23 milliseconds