Searched refs:EdenCollection (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHeapOperation.h31 enum HeapOperation { NoOperation, Allocation, FullCollection, EdenCollection, AnyCollection }; enumerator in enum:JSC::HeapOperation
H A DEdenGCActivityCallback.cpp42 m_vm->heap.collect(EdenCollection);
H A DMarkedBlock.cpp208 if (heap()->operationInProgress() == JSC::EdenCollection)
209 this->clearMarksWithCollectionType<EdenCollection>();
225 ASSERT(collectionType == FullCollection || collectionType == EdenCollection);
240 ASSERT(collectionType == EdenCollection);
241 // If a block was retired then there's no way an EdenCollection can un-retire it.
H A DCodeBlockSet.cpp93 HashSet<CodeBlock*>& set = collectionType == EdenCollection ? m_newCodeBlocks : m_oldCodeBlocks;
121 if (collectionType == EdenCollection)
H A DHeap.cpp131 TimeRecord& data = collectionType == EdenCollection ? m_edenCollectionData : m_fullCollectionData;
492 if (m_operationInProgress == EdenCollection)
541 if (m_operationInProgress == EdenCollection)
542 m_storageSpace.startedCopying<EdenCollection>();
794 if (m_operationInProgress == EdenCollection) {
1051 m_operationInProgress = EdenCollection;
1053 dataLog("EdenCollection, ");
1062 ASSERT(m_operationInProgress == EdenCollection);
1072 if (m_operationInProgress == EdenCollection)
1091 if (m_operationInProgress == EdenCollection) {
[all...]
H A DMarkedSpace.cpp164 if (m_heap->operationInProgress() == EdenCollection) {
173 if (m_heap->operationInProgress() == EdenCollection) {
345 if (m_heap->operationInProgress() == EdenCollection) {
H A DCopiedSpaceInlines.h104 if (collectionType == EdenCollection)
245 m_shouldDoCopyPhase = m_heap->operationInProgress() == EdenCollection || totalFragmentation <= Options::minHeapUtilization();
H A DGCThreadSharedData.cpp185 if (m_vm->heap.operationInProgress() == EdenCollection) {
H A DHeapInlines.h51 return m_operationInProgress == FullCollection || m_operationInProgress == EdenCollection;
H A DSlotVisitorInlines.h259 if (heap()->operationInProgress() == EdenCollection && Heap::isRemembered(owner))
H A DCopiedSpace.cpp260 if (heap()->operationInProgress() == EdenCollection) {
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSBase.cpp164 exec->vm().heap.collect(EdenCollection);
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Djsc.cpp826 exec->heap()->collect(EdenCollection);

Completed in 129 milliseconds