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

  /external/webkit/JavaScriptCore/runtime/
Collector.h 63 size_t extraCost;
Collector.cpp 378 if (m_heap.extraCost > maxExtraCost && m_heap.extraCost > m_heap.usedBlocks * BLOCK_SIZE / 2) {
386 m_heap.extraCost += cost;
    [all...]

Completed in 170 milliseconds