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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLazyOperandValueProfile.h47 , m_operand(-1) // not a valid operand index in our current scheme
53 , m_operand(-1) // not a valid operand index in our current scheme
59 , m_operand(operand)
66 return m_operand == -1;
72 && m_operand == other.m_operand;
77 return WTF::intHash(m_bytecodeOffset) + m_operand;
88 return m_operand;
93 return m_operand == -1 && m_bytecodeOffset;
97 int m_operand; member in class:JSC::LazyOperandValueProfileKey
145 int m_operand; member in struct:JSC::LazyOperandValueProfile
[all...]

Completed in 217 milliseconds