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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp671 void BytecodeGenerator::retrieveLastUnaryOp(int& dstIndex, int& srcIndex) function in class:JSC::BytecodeGenerator
775 retrieveLastUnaryOp(dstIndex, srcIndex);
790 retrieveLastUnaryOp(dstIndex, srcIndex);
885 retrieveLastUnaryOp(dstIndex, srcIndex);
900 retrieveLastUnaryOp(dstIndex, srcIndex);
915 retrieveLastUnaryOp(dstIndex, srcIndex);
1054 retrieveLastUnaryOp(dstIndex, srcIndex);
H A DBytecodeGenerator.h565 void retrieveLastUnaryOp(int& dstIndex, int& srcIndex);

Completed in 185 milliseconds