Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmark-compact.cc1854 moved_bytes_(0), in EvacuateNewSpacePageVisitor()
1888 intptr_t moved_bytes() { return moved_bytes_; } in moved_bytes()
1889 void account_moved_bytes(intptr_t bytes) { moved_bytes_ += bytes; } in account_moved_bytes()
1894 intptr_t moved_bytes_; member in v8::internal::EvacuateNewSpacePageVisitor