Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DFunction.cpp264 static ManagedStatic<sys::SmartRWMutex<true> > GCLock; variable
267 sys::SmartScopedReader<true> Reader(*GCLock); in hasGC()
273 sys::SmartScopedReader<true> Reader(*GCLock); in getGC()
278 sys::SmartScopedWriter<true> Writer(*GCLock); in setGC()
287 sys::SmartScopedWriter<true> Writer(*GCLock); in clearGC()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-141009 of using the debug-only GCLock.
5368 (KJS::GCLock::GCLock):
5369 (KJS::GCLock::~GCLock):
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-144472 <rdar://problem/5154113> Repro ASSERT (would be crash) in KJS::GCLock::GCLock (13462)