Home
last modified time | relevance | path

Searched refs:gc_flags (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.h1025 int gc_flags, GarbageCollectionReason gc_reason,
1029 int gc_flags,
Dheap.cc1450 void Heap::StartIncrementalMarking(int gc_flags, in StartIncrementalMarking() argument
1454 set_current_gc_flags(gc_flags); in StartIncrementalMarking()
1460 int gc_flags, const GCCallbackFlags gc_callback_flags) { in StartIncrementalMarkingIfAllocationLimitIsReached() argument
1466 StartIncrementalMarking(gc_flags, in StartIncrementalMarkingIfAllocationLimitIsReached()