Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1183 static Span sampled_objects; variable
2901 DLL_Init(&sampled_objects); in InitModule()
3227 for (Span* s = sampled_objects.next; s != &sampled_objects; s = s->next) { in CreateCacheIfNecessary()
3244 for (Span* s = sampled_objects.next; s != &sampled_objects; s = s->next) { in CreateCacheIfNecessary()
3441 DLL_Prepend(&sampled_objects, span); in CreateCacheIfNecessary()