Home
last modified time | relevance | path

Searched refs:allocateGlobalHandle (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DStrong.h36 HandleSlot allocateGlobalHandle(JSGlobalData&);
52 : Handle<T>(allocateGlobalHandle(globalData)) in allocateGlobalHandle() function
58 : Handle<T>(allocateGlobalHandle(globalData)) in Strong()
101 setSlot(allocateGlobalHandle(globalData)); in set()
DWeak.h50 : Handle<T>(globalData.allocateGlobalHandle())
102 setSlot(globalData.allocateGlobalHandle());
DHeap.h102 HandleSlot allocateGlobalHandle() { return m_handleHeap.allocate(); } in allocateGlobalHandle() function
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.h268 HandleSlot allocateGlobalHandle() { return heap.allocateGlobalHandle(); } in allocateGlobalHandle() function
282 inline HandleSlot allocateGlobalHandle(JSGlobalData& globalData) in allocateGlobalHandle() function
284 return globalData.allocateGlobalHandle(); in allocateGlobalHandle()
DWeakGCMap.h128 HandleSlot slot = globalData.allocateGlobalHandle(); in add()
150 slot = globalData.allocateGlobalHandle(); in set()
DStructureTransitionTable.h160 slot = globalData.allocateGlobalHandle(); in setSingleTransition()
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObjectFunctions.h96 HandleSlot slot = exec->globalData().allocateGlobalHandle(); in init()
/external/webkit/Source/JavaScriptCore/
DChangeLog514 (JSC::allocateGlobalHandle):
DChangeLog-2011-02-16312 (JSC::Heap::allocateGlobalHandle):
317 (JSC::JSGlobalData::allocateGlobalHandle):