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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkedAllocator.h27 MarkedBlock::DestructorType destructorType() { return m_destructorType; } function in class:JSC::MarkedAllocator
70 inline void MarkedAllocator::init(Heap* heap, MarkedSpace* markedSpace, size_t cellSize, MarkedBlock::DestructorType destructorType) argument
H A DMarkedBlock.cpp36 MarkedBlock* MarkedBlock::create(DeadBlock* block, MarkedAllocator* allocator, size_t cellSize, DestructorType destructorType) argument
43 MarkedBlock::MarkedBlock(Region* region, MarkedAllocator* allocator, size_t cellSize, DestructorType destructorType) argument
H A DMarkedBlock.h304 inline MarkedBlock::DestructorType MarkedBlock::destructorType() function in class:JSC::MarkedBlock

Completed in 110 milliseconds