Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp720 static inline void *SLL_Next(void *t) { in SLL_Next() function
735 *list = SLL_Next(*list); in SLL_Pop()
753 tmp = SLL_Next(tmp); in SLL_PopRange()
758 *head = SLL_Next(tmp); in SLL_PopRange()
773 head = SLL_Next(head); in SLL_Size()
2465 void *next = SLL_Next(start); in ReleaseListToSpans()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1024372 (WTF::SLL_Next):