Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp113 static void initializeIsForbiddenKey() in initializeIsForbiddenKey() function
121 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in isForbidden()
128 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocForbid()
134 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocAllow()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-144264 (WTF::initializeIsForbiddenKey):