Home
last modified time | relevance | path

Searched refs:tryFastRealloc (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h74 TryMallocReturnValue tryFastRealloc(void* p, size_t n);
192 using WTF::tryFastRealloc;
DFastMalloc.cpp330 TryMallocReturnValue tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
362 TryMallocReturnValue returnValue = tryFastRealloc(p, n); in fastRealloc()
3940 TryMallocReturnValue tryFastRealloc(void* old_ptr, size_t new_size) in CreateCacheIfNecessary()
/external/webkit/Source/WebKit2/Shared/
DShareableBitmap.cpp146 if (!tryFastRealloc(m_data, newNumBytes).getValue(newData)) { in resize()
/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h42 void* tryFastRealloc(void* p, size_t n);
DMemoryManager.cpp160 TryMallocReturnValue tryFastRealloc(void* p, size_t n) in tryFastRealloc() function
/external/webkit/Source/JavaScriptCore/runtime/
DJSArray.cpp444 …if (!tryFastRealloc(baseStorage, storageSize(newVectorLength + m_indexBias)).getValue(baseStorage)… in putSlowCase()
597 …if (!tryFastRealloc(baseStorage, storageSize(newVectorLength + m_indexBias)).getValue(baseStorage)) in increaseVectorLength()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def358 ?tryFastRealloc@WTF@@YA?AUTryMallocReturnValue@1@PAXI@Z
/external/webkit/Source/JavaScriptCore/
DChangeLog2303 (WTF::tryFastRealloc):
2316 (WTF::TCMallocStats::tryFastRealloc):
2403 (WTF::tryFastRealloc):
2415 (WTF::TCMallocStats::tryFastRealloc):
DChangeLog-2010-05-2412129 (WTF::tryFastRealloc):
21874 (WTF::tryFastRealloc):
21877 (WTF::TCMallocStats::tryFastRealloc):
25973 (WTF::tryFastRealloc):
25976 (WTF::TCMallocStats::tryFastRealloc):
DChangeLog-2011-02-1612368 Export tryFastRealloc for WebKit2's benefit
12373 tryFastRealloc. Removed RegExpObject::info, which is now exported via
13300 Add tryFastRealloc, used by WebKit2.
DChangeLog-2009-06-1639925 (KJS::JSArray::putSlowCase): Changed to use tryFastRealloc().
39929 (KJS::reallocChars): Changed to use tryFastRealloc().
39938 (WTF::tryFastRealloc): Renamed fastRealloc() to this.
39950 (WTF::TCMallocStats::tryFastRealloc): Added. Does not abort() on