Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSArray.h156 void putSlowCase(ExecState*, unsigned propertyName, JSValue);
DJSArray.cpp368 putSlowCase(exec, i, value); in put()
371 NEVER_INLINE void JSArray::putSlowCase(ExecState* exec, unsigned i, JSValue value) in putSlowCase() function in JSC::JSArray
764 putSlowCase(exec, storage->m_length++, value); in push()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162237 (JSC::JSArray::putSlowCase):
2653 (JSC::JSArray::putSlowCase):
2970 (JSC::JSArray::putSlowCase):
3578 (JSC::JSArray::putSlowCase):
3944 (JSC::JSArray::putSlowCase):
15660 (JSC::JSArray::putSlowCase):
16325 (JSC::JSArray::putSlowCase):
17617 (JSC::JSArray::putSlowCase):
18479 (JSC::JSArray::putSlowCase):
18736 (JSC::JSArray::putSlowCase):
[all …]
DChangeLog-2010-05-2411192 (JSC::JSArray::putSlowCase): Report extra memory cost for
12871 (JSC::JSArray::putSlowCase):
17162 (JSC::JSArray::putSlowCase):
21851 (JSC::JSArray::putSlowCase):
25950 (JSC::JSArray::putSlowCase):
DChangeLog-2009-06-165752 (JSC::JSArray::putSlowCase):
6457 (JSC::JSArray::putSlowCase):
12079 (JSC::JSArray::putSlowCase): Update the cost when increasing the size of
14773 (JSC::JSArray::putSlowCase):
28202 (JSC::JSArray::putSlowCase): Use noValue.
33235 (JSC::JSArray::putSlowCase): Set m_fastAccessCutoff when appropriate, getting
39925 (KJS::JSArray::putSlowCase): Changed to use tryFastRealloc().
DChangeLog-2008-08-103273 (KJS::JSArray::putSlowCase): Moved the rest of the put function logic