HomeSort by relevance Sort by last modified time
    Searched refs:next_gc_likely_to_collect_more (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
global-handles.cc 534 bool next_gc_likely_to_collect_more = false;
549 return next_gc_likely_to_collect_more;
553 next_gc_likely_to_collect_more = true;
561 return next_gc_likely_to_collect_more;
565 next_gc_likely_to_collect_more = true;
581 return next_gc_likely_to_collect_more;
heap.cc 524 bool next_gc_likely_to_collect_more = false; local
539 next_gc_likely_to_collect_more =
553 return next_gc_likely_to_collect_more;
765 bool next_gc_likely_to_collect_more = false; local
874 next_gc_likely_to_collect_more =
904 return next_gc_likely_to_collect_more;
    [all...]

Completed in 417 milliseconds