Searched refs:JSZombie (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSZombie.cpp27 #include "JSZombie.h"
36 const ClassInfo JSZombie::s_info = { "Zombie", 0, 0, 0 };
H A DJSZombie.h35 class JSZombie : public JSCell { class in namespace:JSC
37 JSZombie(JSGlobalData& globalData, const ClassInfo* oldInfo, Structure* structure) function in class:JSC::JSZombie
H A DJSCell.h66 friend class JSZombie;
H A DJSGlobalData.cpp48 #include "JSZombie.h"
205 zombieStructure.set(*this, JSZombie::createStructure(*this, jsNull()));
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedBlock.cpp31 #include "JSZombie.h"
79 new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get());

Completed in 71 milliseconds