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

  /external/webkit/Source/JavaScriptCore/heap/
Local.h 60 : Handle<T>(globalData.allocateLocalHandle())
66 : Handle<T>(globalData.allocateLocalHandle())
Heap.h 103 HandleSlot allocateLocalHandle() { return m_handleStack.push(); }
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 269 HandleSlot allocateLocalHandle() { return heap.allocateLocalHandle(); }

Completed in 33 milliseconds