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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp665 void BytecodeGenerator::retrieveLastUnaryOp(int& dstIndex, int& srcIndex) function in class:JSC::BytecodeGenerator
769 retrieveLastUnaryOp(dstIndex, srcIndex);
784 retrieveLastUnaryOp(dstIndex, srcIndex);
879 retrieveLastUnaryOp(dstIndex, srcIndex);
894 retrieveLastUnaryOp(dstIndex, srcIndex);
909 retrieveLastUnaryOp(dstIndex, srcIndex);
1055 retrieveLastUnaryOp(dstIndex, srcIndex);
H A DBytecodeGenerator.h485 void retrieveLastUnaryOp(int& dstIndex, int& srcIndex);

Completed in 94 milliseconds