HomeSort by relevance Sort by last modified time
    Searched refs:isConstantRegisterIndex (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 44 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(src) && getConstantOperand(src).isInt32()
    [all...]
JITStubCall.h 139 if (m_jit->m_codeBlock->isConstantRegisterIndex(srcVirtualRegister)) {
157 if (m_jit->m_codeBlock->isConstantRegisterIndex(src))
JITOpcodes.cpp 315 if (m_codeBlock->isConstantRegisterIndex(src)) {
    [all...]
JITOpcodes32_64.cpp 480 if (m_codeBlock->isConstantRegisterIndex(src))
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 231 if (isConstantRegisterIndex(index))
417 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; }
629 if (codeBlock->isConstantRegisterIndex(index))
CodeBlock.cpp 88 if (isConstantRegisterIndex(r))
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]

Completed in 78 milliseconds