Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp112 static void initializeIsForbiddenKey() in initializeIsForbiddenKey() function
120 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in isForbidden()
127 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocForbid()
133 pthread_once(&isForbiddenKeyOnce, initializeIsForbiddenKey); in fastMallocAllow()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-144264 (WTF::initializeIsForbiddenKey):