Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1225 int gc_flags, GarbageCollectionReason gc_reason,
1229 int gc_flags,
Dheap.cc1084 void Heap::StartIncrementalMarking(int gc_flags, in StartIncrementalMarking() argument
1088 set_current_gc_flags(gc_flags); in StartIncrementalMarking()
1094 int gc_flags, const GCCallbackFlags gc_callback_flags) { in StartIncrementalMarkingIfAllocationLimitIsReached() argument
1100 StartIncrementalMarking(gc_flags, in StartIncrementalMarkingIfAllocationLimitIsReached()