Searched refs:blockIsFree (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakBlock.h55 bool blockIsFree; member in struct:JSC::WeakBlock::SweepResult
87 : blockIsFree(true)
95 return blockIsFree && !freeList; // This state is impossible, so we can use it to mean null.
138 return !m_sweepResult.isNull() && m_sweepResult.blockIsFree;
H A DWeakBlock.cpp80 sweepResult.blockIsFree = false;

Completed in 108 milliseconds