Home
last modified time | relevance | path

Searched refs:m_heap (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DMarkedBlock.cpp54 , 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()
DConservativeRoots.h57 Heap* m_heap; variable
65 : m_heap(heap) in ConservativeRoots()
80 if (!m_heap->contains(p)) in add()
DMachineStackMarker.cpp153 : 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()
DMarkedBlock.h97 Heap* m_heap; variable
124 return m_heap; in heap()
DMachineStackMarker.h62 Heap* m_heap; variable
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp213 LinearAllocator m_heap; member in WebCore::RecordingImpl
216 : m_tree(&m_heap) in RecordingImpl()
290 LinearAllocator* heap() { return &m_heap; } in heap()
298 m_heap.dumpMemoryStats(PREFIX); in dumpMemoryStats()
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h209 Heap* m_heap; variable
DCodeBlock.cpp1364 , m_heap(&m_globalObject->globalData().heap) in CodeBlock()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-161163 (JSC::MarkedSpace::destroy): Change uses of m_heap.usedBlocks to
1164 m_heap.blocks.size(), and m_heap.numBlocks to m_heap.blocks.capacity().
DChangeLog7774 of a certain size class, instead of a single m_heap object.
DChangeLog-2010-05-248444 m_block were equal to m_heap.nextBlock and m_cell were less than
8445 m_heap.nextCell. No test for this since I can't think of a way that this