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

  /external/webkit/Source/JavaScriptCore/heap/
Strong.h 36 HandleSlot allocateGlobalHandle(JSGlobalData&);
52 : Handle<T>(allocateGlobalHandle(globalData))
58 : Handle<T>(allocateGlobalHandle(globalData))
101 setSlot(allocateGlobalHandle(globalData));
Weak.h 50 : Handle<T>(globalData.allocateGlobalHandle())
102 setSlot(globalData.allocateGlobalHandle());
Heap.h 102 HandleSlot allocateGlobalHandle() { return m_handleHeap.allocate(); }
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 268 HandleSlot allocateGlobalHandle() { return heap.allocateGlobalHandle(); }
282 inline HandleSlot allocateGlobalHandle(JSGlobalData& globalData)
284 return globalData.allocateGlobalHandle();
WeakGCMap.h 128 HandleSlot slot = globalData.allocateGlobalHandle();
150 slot = globalData.allocateGlobalHandle();
StructureTransitionTable.h 160 slot = globalData.allocateGlobalHandle();
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObjectFunctions.h 96 HandleSlot slot = exec->globalData().allocateGlobalHandle();

Completed in 531 milliseconds