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

  /external/chromium_org/v8/src/
flag-definitions.h 511 DEFINE_int(sweeper_threads, 0,
    [all...]
isolate.h 1110 SweeperThread** sweeper_threads() { function in class:v8::internal::Isolate
    [all...]
mark-compact.cc 559 isolate()->sweeper_threads()[i]->StartSweeping();
567 isolate()->sweeper_threads()[i]->WaitForSweeperThread();
581 freed_bytes += isolate()->sweeper_threads()[i]->StealMemory(space);
590 return isolate()->sweeper_threads() != NULL;
    [all...]

Completed in 53 milliseconds