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

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 221 , m_lastOpcodeID(op_end)
305 , m_lastOpcodeID(op_end)
388 , m_lastOpcodeID(op_end)
570 m_lastOpcodeID = op_end;
577 m_lastOpcodeID = opcodeID;
619 if (m_lastOpcodeID == op_less) {
636 } else if (m_lastOpcodeID == op_lesseq && !target->isForward()) {
653 } else if (m_lastOpcodeID == op_eq_null && target->isForward()) {
668 } else if (m_lastOpcodeID == op_neq_null && target->isForward()) {
695 if (m_lastOpcodeID == op_less && target->isForward())
    [all...]
BytecodeGenerator.h 519 OpcodeID m_lastOpcodeID;

Completed in 43 milliseconds