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

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGSpeculativeJIT.h144 int32_t asInt32 = static_cast<int32_t>(value); local
145 if (value != asInt32)
147 if (!asInt32 && signbit(value))
150 out = asInt32;
H A DDFGNode.h287 return m_constantValue.asInt32;
293 m_constantValue.asInt32 = value;
346 int32_t asInt32; member in union:JSC::DFG::Node::__anon14349
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSValueInlineMethods.h36 return asInt32();
48 return isInt32() && asInt32() >= 0;
54 return asInt32();
60 return isInt32() ? asInt32() : asDouble();
76 result = asInt32();
167 const int32_t asInt32 = static_cast<int32_t>(d); local
168 if (asInt32 != d || (!asInt32 && signbit(d))) { // true for -0.0
314 inline int32_t JSValue::asInt32() const function in class:JSC::JSValue
441 inline int32_t JSValue::asInt32() cons function in class:JSC::JSValue
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.h65 int32_t asInt32; member in union:JSC::JITStubArg
70 int32_t int32() { return asInt32; }

Completed in 74 milliseconds