Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp221 , m_lastOpcodeID(op_end) in BytecodeGenerator()
305 , m_lastOpcodeID(op_end) in BytecodeGenerator()
388 , m_lastOpcodeID(op_end) in BytecodeGenerator()
570 m_lastOpcodeID = op_end; in emitLabel()
577 m_lastOpcodeID = opcodeID; in emitOpcode()
619 if (m_lastOpcodeID == op_less) { in emitJumpIfTrue()
636 } else if (m_lastOpcodeID == op_lesseq && !target->isForward()) { in emitJumpIfTrue()
653 } else if (m_lastOpcodeID == op_eq_null && target->isForward()) { in emitJumpIfTrue()
668 } else if (m_lastOpcodeID == op_neq_null && target->isForward()) { in emitJumpIfTrue()
695 if (m_lastOpcodeID == op_less && target->isForward()) { in emitJumpIfFalse()
[all …]
DBytecodeGenerator.h519 OpcodeID m_lastOpcodeID; variable