Searched defs:destructorType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DMarkedAllocator.h29 MarkedBlock::DestructorType destructorType() { return m_destructorType; } function in class:JSC::MarkedAllocator
83 inline void MarkedAllocator::init(Heap* heap, MarkedSpace* markedSpace, size_t cellSize, MarkedBlock::DestructorType destructorType) argument
H A DMarkedBlock.cpp37 MarkedBlock* MarkedBlock::create(DeadBlock* block, MarkedAllocator* allocator, size_t cellSize, DestructorType destructorType) argument
44 MarkedBlock::MarkedBlock(Region* region, MarkedAllocator* allocator, size_t cellSize, DestructorType destructorType) argument
H A DMarkedBlock.h324 inline MarkedBlock::DestructorType MarkedBlock::destructorType() function in class:JSC::MarkedBlock

Completed in 65 milliseconds