Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc1872 void account_moved_bytes(intptr_t bytes) { moved_bytes_ += bytes; } in account_moved_bytes() function in v8::internal::MarkCompactCollector::EvacuateNewSpacePageVisitor
3001 new_to_old_page_visitor_.account_moved_bytes(page->LiveBytes()); in EvacuatePage()
3008 new_to_new_page_visitor_.account_moved_bytes(page->LiveBytes()); in EvacuatePage()