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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalData.h 126 RefPtr<Structure> dummyMarkableCellStructure;
Collector.cpp 274 Structure* dummyMarkableCellStructure = m_globalData->dummyMarkableCellStructure.get();
276 new (block->cells + i) JSCell(dummyMarkableCellStructure);
1069 Structure* dummyMarkableCellStructure = m_globalData->dummyMarkableCellStructure.get();
1086 new (cell) JSCell(dummyMarkableCellStructure);
    [all...]
JSGlobalData.cpp 125 , dummyMarkableCellStructure(JSCell::createDummyStructure())

Completed in 150 milliseconds