Searched refs:operationInProgress (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DDelayedReleaseScope.h51 HeapOperation operationInProgress = NoOperation; local
52 std::swap(operationInProgress, m_markedSpace.m_heap->m_operationInProgress);
59 std::swap(operationInProgress, m_markedSpace.m_heap->m_operationInProgress);
H A DCopyVisitor.cpp60 m_shared.m_copiedSpace->recycleEvacuatedBlock(block, m_shared.m_vm->heap.operationInProgress());
H A DGCThreadSharedData.cpp157 if (m_vm->heap.operationInProgress() == FullCollection) {
185 if (m_vm->heap.operationInProgress() == EdenCollection) {
191 ASSERT(m_vm->heap.operationInProgress() == FullCollection);
H A DMarkedSpace.cpp164 if (m_heap->operationInProgress() == EdenCollection) {
173 if (m_heap->operationInProgress() == EdenCollection) {
345 if (m_heap->operationInProgress() == EdenCollection) {
H A DSlotVisitorInlines.h249 if (heap()->operationInProgress() == FullCollection || block->shouldReportLiveBytes(locker, owner)) {
259 if (heap()->operationInProgress() == EdenCollection && Heap::isRemembered(owner))
H A DCopiedSpace.cpp208 ASSERT(heap()->operationInProgress() == FullCollection);
241 if (heap()->operationInProgress() == FullCollection) {
260 if (heap()->operationInProgress() == EdenCollection) {
H A DCopiedSpaceInlines.h245 m_shouldDoCopyPhase = m_heap->operationInProgress() == EdenCollection || totalFragmentation <= Options::minHeapUtilization();
H A DMarkedAllocator.cpp234 if (m_heap->operationInProgress() == FullCollection)
H A DMarkedBlock.cpp208 if (heap()->operationInProgress() == JSC::EdenCollection)
H A DHeap.h135 HeapOperation operationInProgress() { return m_operationInProgress; } function in class:JSC::Heap
H A DSlotVisitor.cpp41 if (heap()->operationInProgress() == FullCollection) {

Completed in 85 milliseconds