Searched refs:putSlowCase (Results 1 – 6 of 6) sorted by relevance
156 void putSlowCase(ExecState*, unsigned propertyName, JSValue);
368 putSlowCase(exec, i, value); in put()371 NEVER_INLINE void JSArray::putSlowCase(ExecState* exec, unsigned i, JSValue value) in putSlowCase() function in JSC::JSArray764 putSlowCase(exec, storage->m_length++, value); in push()
2237 (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 …]
11192 (JSC::JSArray::putSlowCase): Report extra memory cost for12871 (JSC::JSArray::putSlowCase):17162 (JSC::JSArray::putSlowCase):21851 (JSC::JSArray::putSlowCase):25950 (JSC::JSArray::putSlowCase):
5752 (JSC::JSArray::putSlowCase):6457 (JSC::JSArray::putSlowCase):12079 (JSC::JSArray::putSlowCase): Update the cost when increasing the size of14773 (JSC::JSArray::putSlowCase):28202 (JSC::JSArray::putSlowCase): Use noValue.33235 (JSC::JSArray::putSlowCase): Set m_fastAccessCutoff when appropriate, getting39925 (KJS::JSArray::putSlowCase): Changed to use tryFastRealloc().
3273 (KJS::JSArray::putSlowCase): Moved the rest of the put function logic