Home
last modified time | relevance | path

Searched defs:getTruncatedInt32 (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSNumberCell.cpp85 bool JSNumberCell::getTruncatedInt32(int32_t& int32) const in getTruncatedInt32() function in JSC::JSNumberCell
DJSCell.cpp93 bool JSCell::getTruncatedInt32(int32_t&) const in getTruncatedInt32() function in JSC::JSCell
DJSCell.h219 ALWAYS_INLINE bool JSValuePtr::getTruncatedInt32(int32_t& v) const in getTruncatedInt32() function
DJSImmediate.h534 ALWAYS_INLINE int32_t JSImmediate::getTruncatedInt32(JSValuePtr v) in getTruncatedInt32() function
569 ALWAYS_INLINE bool JSImmediate::getTruncatedInt32(JSValuePtr v, int32_t& i) in getTruncatedInt32() function