Searched defs:GarbageCollectionReason (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dheap.h352 enum class GarbageCollectionReason { class in namespace:v8::internal
1157 AllocationSpace space, GarbageCollectionReason gc_reason,
1164 int flags, GarbageCollectionReason gc_reason,
1168 void CollectAllAvailableGarbage(GarbageCollectionReason gc_reason);
1220 void StartIdleIncrementalMarking(GarbageCollectionReason gc_reason);
1225 int gc_flags, GarbageCollectionReason gc_reason,
1232 void FinalizeIncrementalMarkingIfComplete(GarbageCollectionReason gc_reason);
1235 GarbageCollectionReason gc_reason);
1526 GarbageCollectionReason gc_reason);
1683 GarbageCollector collector, GarbageCollectionReason gc_reaso
[all...]

Completed in 196 milliseconds