Searched defs:getConstantOperand (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h44 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isDouble();
47 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src) function in class:JSC::JIT
364 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isString() && asString(getConstantOperand(src).asCell())->length() == 1;
379 move(Imm32(getConstantOperand(index).tag()), tag);
398 move(Imm32(getConstantOperand(index).payload()), payload);
614 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32();
620 constant = getConstantOperand(op1).asInt32();
626 constant = getConstantOperand(op2).asInt32();
688 return getConstantOperand(sr
[all...]

Completed in 69 milliseconds