Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp563 static inline void* currentThreadStackBase() in currentThreadStackBase() function
676 …d* thread = new Heap::Thread(pthread_self(), getCurrentPlatformThread(), currentThreadStackBase()); in registerThread()
799 void* stackBase = currentThreadStackBase(); in markCurrentThreadConservativelyInternal()
/external/webkit/JavaScriptCore/
DChangeLog3370 (JSC::currentThreadStackBase):
3681 (JSC::currentThreadStackBase):
13704 (JSC::currentThreadStackBase): Haiku uses its own threading system.
19182 Implement currentThreadStackBase on WINCE by adding a global,
19195 (JSC::currentThreadStackBase):
DChangeLog-2007-10-141202 …Fix compilation with Qt on Windows with MingW: Implemented currentThreadStackBase() for this platf…
1205 (KJS::currentThreadStackBase):
3208 (KJS::currentThreadStackBase):
3217 (KJS::currentThreadStackBase): FreeBSD requires that pthread_attr_t's are
3576 (KJS::currentThreadStackBase):
DChangeLog-2009-06-164869 (JSC::currentThreadStackBase):
14168 (JSC::currentThreadStackBase): Use PLATFORM(NETBSD) to enter the
24942 Implemented currentThreadStackBase for Symbian.
24945 (JSC::currentThreadStackBase):
30131 (JSC::currentThreadStackBase):
36282 (KJS::currentThreadStackBase):
DChangeLog-2008-08-101366 (KJS::currentThreadStackBase): use pthread_stackseg_np() to get stack base
21326 Fix compilation on Win64(2): Implemented currentThreadStackBase on X86-64 on Windows
21799 (KJS::currentThreadStackBase): Use thr_stksegment on Solaris.