Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp393 static inline void* currentThreadStackBase() in currentThreadStackBase() function
491 …d* thread = new Heap::Thread(pthread_self(), getCurrentPlatformThread(), currentThreadStackBase()); in registerThread()
601 void* stackBase = currentThreadStackBase(); in markCurrentThreadConservativelyInternal()
/external/webkit/JavaScriptCore/
DChangeLog2375 (JSC::currentThreadStackBase): Use PLATFORM(NETBSD) to enter the
13149 Implemented currentThreadStackBase for Symbian.
13152 (JSC::currentThreadStackBase):
18338 (JSC::currentThreadStackBase):
24489 (KJS::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-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.