Home
last modified time | relevance | path

Searched refs:zombieStructure (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DMarkedBlock.cpp79 … new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get()); in sweep()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp205 zombieStructure.set(*this, JSZombie::createStructure(*this, jsNull())); in JSGlobalData()
264 zombieStructure.clear(); in clearBuiltinStructures()
DJSGlobalData.h170 Strong<Structure> zombieStructure; variable