/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSValue.cpp | 44 if (isInt32()) in toInteger() 52 if (isInt32()) in toIntegerPreserveNaN() 61 if (isInt32() || isDouble()) in toObjectSlowCase() 75 if (isInt32() || isDouble()) in toThisObjectSlowCase() 117 else if (isInt32()) in description()
|
D | JSValueInlineMethods.h | 35 if (isInt32()) in toInt32() 48 return isInt32() && asInt32() >= 0; in isUInt32() 60 return isInt32() ? asInt32() : asDouble(); in uncheckedGetNumber() 75 if (isInt32()) { in getNumber() 284 inline bool JSValue::isInt32() const in isInt32() function 316 ASSERT(isInt32()); in asInt32() 345 return isInt32() || isDouble(); in isNumber() 443 ASSERT(isInt32()); in asInt32() 449 return isNumber() && !isInt32(); in isDouble() 488 inline bool JSValue::isInt32() const in isInt32() function
|
D | Operations.h | 241 if (v1.isInt32() && v2.isInt32()) in equal() 279 if (v1.isInt32() && v2.isInt32()) in equalSlowCaseInline() 289 if (v1.isInt32() && v2.isInt32()) in equalSlowCaseInline() 325 if (v1.isInt32() && v2.isInt32()) in strictEqual() 339 if (v1.isInt32() && v2.isInt32()) in jsLess() 364 if (v1.isInt32() && v2.isInt32()) in jsLessEq()
|
D | JSCell.h | 239 if (isInt32()) { in getUInt32() 259 if (isInt32()) { in getPrimitiveNumber() 289 if (isInt32()) in toBoolean() 300 if (isInt32()) in toNumber() 313 if (isInt32() || isDouble()) in getJSNumber()
|
D | NumberPrototype.cpp | 212 if (radixValue.isInt32()) in numberProtoFuncToString() 226 if (v.isInt32()) { in numberProtoFuncToString()
|
D | RegExpObject.cpp | 78 if (UNLIKELY(!d->lastIndex.get().isInt32())) in markChildren()
|
D | JSValue.h | 143 bool isInt32() const;
|
D | JSString.h | 612 if (isInt32()) in toString() 631 if (isInt32()) in toPrimitiveString()
|
D | JSGlobalObjectFunctions.cpp | 468 if (value.isInt32()) in globalFuncParseInt()
|
/external/chromium/webkit/glue/ |
D | cpp_binding_example.cc | 77 else if (arg1.isInt32()) in echoType() 105 else if (arg1.isInt32()) in plus() 110 else if (arg2.isInt32()) in plus()
|
D | cpp_variant.h | 82 bool isInt32() const { return (type == NPVariantType_Int32); } in isInt32() function 84 bool isNumber() const { return (isInt32() || isDouble()); } in isNumber()
|
D | cpp_variant_unittest.cc | 353 EXPECT_FALSE(cpp.isInt32()); in TEST() 363 EXPECT_FALSE(cpp.isInt32()); in TEST() 374 EXPECT_TRUE(cpp.isInt32()); in TEST() 385 EXPECT_FALSE(cpp.isInt32()); in TEST() 396 EXPECT_FALSE(cpp.isInt32()); in TEST() 407 EXPECT_FALSE(cpp.isInt32()); in TEST() 419 EXPECT_FALSE(cpp.isInt32()); in TEST()
|
D | cpp_variant.cc | 188 if (isInt32()) { in ToInt32() 199 if (isInt32()) { in ToDouble()
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppVariant.h | 105 bool isInt32() const { return (type == NPVariantType_Int32); } in isInt32() function 107 bool isNumber() const { return (isInt32() || isDouble()); } in isNumber()
|
D | CppVariant.cpp | 228 if (isInt32()) in toInt32() 238 if (isInt32()) in toDouble()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | IDBBindingUtilities.cpp | 39 if (value.isInt32()) in createIDBKeyFromValue()
|
D | JSJavaScriptCallFrameCustom.cpp | 94 if (!exec->argument(0).isInt32()) in scopeType()
|
D | SerializedScriptValue.cpp | 362 if (value.isInt32()) { in dumpImmediate()
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGOperations.cpp | 49 if (op1.isInt32() && op2.isInt32()) { in operationValueAdd() 137 if (value.isInt32()) { in operationPutByValInternal()
|
D | DFGByteCodeParser.cpp | 195 if (v.isInt32()) in getToInt32() 240 if (v.isInt32()) in toInt32() 412 if (testMe.isInt32() && testMe.asInt32() == 1) in one() 424 ASSERT(m_codeBlock->getConstant(FirstConstantRegisterIndex + m_constant1).isInt32()); in one()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 1573 if (src1.isInt32() && src2.isInt32()) in privateExecute() 1613 if (src1.isInt32() && src2.isInt32()) in privateExecute() 1719 if (v.isInt32() && v.asInt32() < INT_MAX) in privateExecute() 1738 if (v.isInt32() && v.asInt32() > INT_MIN) in privateExecute() 1759 if (v.isInt32() && v.asInt32() < INT_MAX) { in privateExecute() 1782 if (v.isInt32() && v.asInt32() > INT_MIN) { in privateExecute() 1825 if (src.isInt32() && (src.asInt32() & 0x7fffffff)) // non-zero and no overflow in privateExecute() 1846 …if (src1.isInt32() && src2.isInt32() && !(src1.asInt32() | (src2.asInt32() & 0xc0000000))) // no o… in privateExecute() 1865 … if (src1.isInt32() && src2.isInt32() && !(src1.asInt32() | src2.asInt32() >> 15)) // no overflow in privateExecute() 1905 if (dividend.isInt32() && divisor.isInt32() && divisor.asInt32() != 0) { in privateExecute() [all …]
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | ResultType.h | 56 bool isInt32() in isInt32() function
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 2486 if (value.isInt32()) { in DEFINE_STUB_FUNCTION() 2528 if (value.isInt32()) { in DEFINE_STUB_FUNCTION() 2887 if (src1.isInt32()) { in DEFINE_STUB_FUNCTION() 2896 if (src2.isInt32()) in DEFINE_STUB_FUNCTION() 2928 if (src2.isInt32()) in DEFINE_STUB_FUNCTION() 3002 ASSERT(!src1.isInt32() || !src2.isInt32()); in DEFINE_STUB_FUNCTION() 3029 ASSERT(!src.isInt32()); in DEFINE_STUB_FUNCTION() 3435 if (scrutinee.isInt32()) in DEFINE_STUB_FUNCTION()
|
D | JITInlineMethods.h | 614 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32(); in isOperandConstantImmediateInt() 693 return m_codeBlock->isConstantRegisterIndex(src) && getConstantOperand(src).isInt32(); in isOperandConstantImmediateInt()
|
D | JITOpcodes32_64.cpp | 1404 Jump isInt32 = branch32(Equal, regT1, TrustedImm32(JSValue::Int32Tag)); in emit_op_to_jsnumber() local 1406 isInt32.link(this); in emit_op_to_jsnumber()
|