Searched refs:m_heap (Results 1 – 11 of 11) sorted by relevance
54 , m_heap(&globalData->heap) in MarkedBlock()68 Structure* dummyMarkableCellStructure = m_heap->globalData()->dummyMarkableCellStructure.get(); in sweep()79 … new (cell) JSZombie(*m_heap->globalData(), info, m_heap->globalData()->zombieStructure.get()); in sweep()84 new (cell) JSCell(*m_heap->globalData(), dummyMarkableCellStructure); in sweep()
57 Heap* m_heap; variable65 : m_heap(heap) in ConservativeRoots()80 if (!m_heap->contains(p)) in add()
153 : m_heap(heap) in MachineThreads()203 …ASSERT(!m_heap->globalData()->exclusiveThread || m_heap->globalData()->exclusiveThread == currentT… in addCurrentThread()209 …Thread* thread = new Thread(pthread_self(), getCurrentPlatformThread(), m_heap->globalData()->stac… in addCurrentThread()275 void* stackEnd = m_heap->globalData()->stack().origin(); in gatherFromCurrentThread()
97 Heap* m_heap; variable124 return m_heap; in heap()
62 Heap* m_heap; variable
213 LinearAllocator m_heap; member in WebCore::RecordingImpl216 : m_tree(&m_heap) in RecordingImpl()290 LinearAllocator* heap() { return &m_heap; } in heap()298 m_heap.dumpMemoryStats(PREFIX); in dumpMemoryStats()
209 Heap* m_heap; variable
1364 , m_heap(&m_globalObject->globalData().heap) in CodeBlock()
1163 (JSC::MarkedSpace::destroy): Change uses of m_heap.usedBlocks to1164 m_heap.blocks.size(), and m_heap.numBlocks to m_heap.blocks.capacity().
7774 of a certain size class, instead of a single m_heap object.
8444 m_block were equal to m_heap.nextBlock and m_cell were less than8445 m_heap.nextCell. No test for this since I can't think of a way that this