HomeSort by relevance Sort by last modified time
    Searched refs:src1Index (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 717 void BytecodeGenerator::retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index)
722 src1Index = instructions().at(size - 2).u.operand;
760 int src1Index;
763 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
770 instructions().append(src1Index);
777 int src1Index;
780 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
787 instructions().append(src1Index);
836 int src1Index;
839 retrieveLastBinaryOp(dstIndex, src1Index, src2Index)
    [all...]
BytecodeGenerator.h 405 void retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index);

Completed in 46 milliseconds