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

  /external/webkit/Source/JavaScriptCore/heap/
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();

Completed in 1004 milliseconds