Home
last modified time | relevance | path

Searched refs:isInt32Fast (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSValue.cpp36 if (isInt32Fast()) in toInteger()
44 if (isInt32Fast()) in toIntegerPreserveNaN()
DJSNumberCell.h405 if (isInt32Fast()) in getNumber()
418 if (isInt32Fast()) in numberToInt32()
435 else if (isInt32Fast()) { in numberToUInt32()
DJSValue.h160 bool isInt32Fast() const;
DJSImmediate.h707 inline bool JSValuePtr::isInt32Fast() const in isInt32Fast() function
714 ASSERT(isInt32Fast()); in getInt32Fast()
DJSGlobalObjectFunctions.cpp302 if (value.isInt32Fast()) in globalFuncParseInt()
/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h128 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32Fast(); in isOperandConstantImmediateInt()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp203 RefPtr<UString::Rep> value = v2.isInt32Fast() ? in jsAdd()
2864 if (jsValue.isInt32Fast()) in privateExecute()
3144 if (scrutinee.isInt32Fast()) in privateExecute()
4308 RefPtr<UString::Rep> value = v2.isInt32Fast() ? in cti_op_add()
5204 if (value.isInt32Fast()) { in cti_op_put_by_val()
5274 if (value.isInt32Fast()) { in cti_op_put_by_val_byte_array()
5974 if (scrutinee.isInt32Fast()) in cti_op_switch_imm()
/external/webkit/JavaScriptCore/
DChangeLog1420 (JSC::JSValuePtr::isInt32Fast):
1679 * isInt32Fast() getInt32Fast() - fast check/access for integer immediates.
1786 (JSC::JSValuePtr::isInt32Fast):