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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h44 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble();
49 ASSERT(m_codeBlock->isConstantRegisterIndex(src));
364 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isString() && asString(getConstantOperand(src).asCell())->length() == 1;
378 if (m_codeBlock->isConstantRegisterIndex(index)) {
397 if (m_codeBlock->isConstantRegisterIndex(index)) {
447 if (m_codeBlock->isConstantRegisterIndex(index)) {
456 if (m_codeBlock->isConstantRegisterIndex(index)) {
589 if (m_codeBlock->isConstantRegisterIndex(virtualRegisterIndex))
599 if (m_codeBlock->isConstantRegisterIndex(virtualRegisterIndex))
614 return m_codeBlock->isConstantRegisterIndex(sr
[all...]
H A DJITStubCall.h139 if (m_jit->m_codeBlock->isConstantRegisterIndex(srcVirtualRegister)) {
157 if (m_jit->m_codeBlock->isConstantRegisterIndex(src))
H A DJITOpcodes.cpp315 if (m_codeBlock->isConstantRegisterIndex(src)) {
H A DJITOpcodes32_64.cpp480 if (m_codeBlock->isConstantRegisterIndex(src))
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h231 if (isConstantRegisterIndex(index))
417 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; } function in class:JSC::CodeBlock
629 if (codeBlock->isConstantRegisterIndex(index))
H A DCodeBlock.cpp88 if (isConstantRegisterIndex(r))
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1044 && m_codeBlock->isConstantRegisterIndex(src2->index())

Completed in 624 milliseconds