OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sweeping_in_progress_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/heap/
mark-compact.h
431
sweeping_in_progress_
(false),
434
bool sweeping_in_progress() { return
sweeping_in_progress_
; }
478
bool
sweeping_in_progress_
;
member in class:v8::internal::MarkCompactCollector::Sweeper
mark-compact.cc
437
sweeping_in_progress_
= true;
445
if (FLAG_concurrent_sweeping &&
sweeping_in_progress_
) {
487
if (!
sweeping_in_progress_
) return;
510
sweeping_in_progress_
= false;
514
if (!
sweeping_in_progress_
) return;
[
all
...]
Completed in 2057 milliseconds