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

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 580 void BytecodeGenerator::retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index)
585 src1Index = instructions().at(size - 2).u.operand;
621 int src1Index;
624 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
631 instructions().append(src1Index);
638 int src1Index;
641 retrieveLastBinaryOp(dstIndex, src1Index, src2Index);
648 instructions().append(src1Index);
697 int src1Index;
700 retrieveLastBinaryOp(dstIndex, src1Index, src2Index)
    [all...]
BytecodeGenerator.h 381 void retrieveLastBinaryOp(int& dstIndex, int& src1Index, int& src2Index);

Completed in 9 milliseconds