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

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp221 , 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
[all...]
H A DBytecodeGenerator.h519 OpcodeID m_lastOpcodeID; member in class:JSC::BytecodeGenerator

Completed in 16 milliseconds