HomeSort by relevance Sort by last modified time
    Searched refs:ThreadStackTypeSmall (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp 49 return toRef(JSGlobalData::createContextGroup(ThreadStackTypeSmall).leakRef());
87 RefPtr<JSGlobalData> globalData = group ? PassRefPtr<JSGlobalData>(toJS(group)) : JSGlobalData::createContextGroup(ThreadStackTypeSmall);
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.cpp 53 : m_globalData(JSGlobalData::create(ThreadStackTypeSmall))
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 168 , maxReentryDepth(threadStackType == ThreadStackTypeSmall ? MaxSmallThreadReentryDepth : MaxLargeThreadReentryDepth)
340 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef();
JSGlobalData.h 102 ThreadStackTypeSmall

Completed in 137 milliseconds