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

  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 70 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble();
75 ASSERT(m_codeBlock->isConstantRegisterIndex(src));
336 if (m_codeBlock->isConstantRegisterIndex(index)) {
355 if (m_codeBlock->isConstantRegisterIndex(index)) {
405 if (m_codeBlock->isConstantRegisterIndex(index)) {
414 if (m_codeBlock->isConstantRegisterIndex(index)) {
564 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32();
598 if (m_codeBlock->isConstantRegisterIndex(src)) {
622 if (m_codeBlock->isConstantRegisterIndex(src)) {
668 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32()
    [all...]
JITStubCall.h 137 if (m_jit->m_codeBlock->isConstantRegisterIndex(srcVirtualRegister)) {
155 if (m_jit->m_codeBlock->isConstantRegisterIndex(src))
JITOpcodes.cpp 394 if (m_codeBlock->isConstantRegisterIndex(src))
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 288 if (isConstantRegisterIndex(index))
441 ALWAYS_INLINE bool isConstantRegisterIndex(int index) const { return index >= FirstConstantRegisterIndex; }
640 if (codeBlock->isConstantRegisterIndex(index))
CodeBlock.cpp 86 if (isConstantRegisterIndex(r))
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 905 && m_codeBlock->isConstantRegisterIndex(src2->index())
    [all...]

Completed in 619 milliseconds