Home
last modified time | relevance | path

Searched defs:allocateLocalHandle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DHeap.h103 HandleSlot allocateLocalHandle() { return m_handleStack.push(); } in allocateLocalHandle() function
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.h269 HandleSlot allocateLocalHandle() { return heap.allocateLocalHandle(); } in allocateLocalHandle() function