Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/API/
DJSContextRef.cpp49 return toRef(JSGlobalData::createContextGroup(ThreadStackTypeSmall).leakRef()); in JSContextGroupCreate()
87 …p ? PassRefPtr<JSGlobalData>(toJS(group)) : JSGlobalData::createContextGroup(ThreadStackTypeSmall);
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp168 …, maxReentryDepth(threadStackType == ThreadStackTypeSmall ? MaxSmallThreadReentryDepth : MaxLargeT… in JSGlobalData()
340 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef(); in sharedInstance()
DJSGlobalData.h102 ThreadStackTypeSmall enumerator
/external/webkit/Source/WebCore/bindings/js/
DWorkerScriptController.cpp53 : m_globalData(JSGlobalData::create(ThreadStackTypeSmall)) in WorkerScriptController()