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

  /external/chromium_org/v8/src/
mark-compact.cc 372 CollectEvacuationCandidates(heap()->old_pointer_space());
373 CollectEvacuationCandidates(heap()->old_data_space());
378 CollectEvacuationCandidates(heap()->code_space());
733 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
    [all...]
  /external/v8/src/
mark-compact.cc 251 CollectEvacuationCandidates(heap()->old_pointer_space());
252 CollectEvacuationCandidates(heap()->old_data_space());
255 CollectEvacuationCandidates(heap()->code_space());
498 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
    [all...]

Completed in 27 milliseconds