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

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITInlines.h37 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble();
42 ASSERT(m_codeBlock->isConstantRegisterIndex(src));
678 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isString() && asString(getConstantOperand(src).asCell())->length() == 1;
779 if (m_codeBlock->isConstantRegisterIndex(index)) {
789 if (m_codeBlock->isConstantRegisterIndex(index)) {
832 if (m_codeBlock->isConstantRegisterIndex(index)) {
841 if (m_codeBlock->isConstantRegisterIndex(index)) {
902 if (m_codeBlock->isConstantRegisterIndex(virtualRegisterIndex))
912 if (m_codeBlock->isConstantRegisterIndex(virtualRegisterIndex))
921 return m_codeBlock->isConstantRegisterIndex(sr
[all...]
H A DJITOpcodes32_64.cpp147 if (m_codeBlock->isConstantRegisterIndex(src))
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h177 if (isConstantRegisterIndex(index))
640 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; } function in class:JSC::CodeBlock
1225 if (codeBlock->isConstantRegisterIndex(index))
H A DBytecodeLivenessAnalysis.cpp46 if (codeBlock->isConstantRegisterIndex(operand))
H A DUnlinkedCodeBlock.h328 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.cpp183 if (isConstantRegisterIndex(r))
3473 if (codeBlock->isConstantRegisterIndex(operand)) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp1059 && m_codeBlock->isConstantRegisterIndex(src2->index())

Completed in 176 milliseconds