Home
last modified time | relevance | path

Searched refs:GetThreadHeap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2175 static TCMalloc_ThreadCache* GetThreadHeap();
2926 inline TCMalloc_ThreadCache* TCMalloc_ThreadCache::GetThreadHeap() { in GetThreadHeap() function in WTF::TCMalloc_ThreadCache
2943 ptr = GetThreadHeap(); in GetCache()
2954 void* const p = GetThreadHeap(); in GetCacheIfPresent()
3042 TCMalloc_ThreadCache* heap = GetThreadHeap(); in CreateCacheIfNecessary()
3053 if (GetThreadHeap() == heap) { in CreateCacheIfNecessary()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1024422 (WTF::TCMalloc_ThreadCache::GetThreadHeap):