Home
last modified time | relevance | path

Searched refs:isUInt32Fast (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSValue.h162 bool isUInt32Fast() const;
DStringPrototype.cpp330 if (a0.isUInt32Fast()) { in stringProtoFuncCharAt()
347 if (a0.isUInt32Fast()) { in stringProtoFuncCharCodeAt()
380 else if (a1.isUInt32Fast()) in stringProtoFuncIndexOf()
DJSImmediate.h718 inline bool JSValuePtr::isUInt32Fast() const in isUInt32Fast() function
725 ASSERT(isUInt32Fast()); in getUInt32Fast()
DJSNumberCell.h431 if (isUInt32Fast()) in numberToUInt32()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2810 if (LIKELY(subscript.isUInt32Fast())) { in privateExecute()
2852 if (LIKELY(subscript.isUInt32Fast())) { in privateExecute()
5065 if (LIKELY(subscript.isUInt32Fast())) { in cti_op_get_by_val()
5102 if (LIKELY(subscript.isUInt32Fast())) { in cti_op_get_by_val_byte_array()
5192 if (LIKELY(subscript.isUInt32Fast())) { in cti_op_put_by_val()
5268 if (LIKELY(subscript.isUInt32Fast())) { in cti_op_put_by_val_byte_array()
/external/webkit/JavaScriptCore/
DChangeLog1421 (JSC::JSValuePtr::isUInt32Fast):
1680 * isUInt32Fast() getUInt32Fast() - ditto for unsigned integer immediates.
1788 (JSC::JSValuePtr::isUInt32Fast):