Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc1371 moved_bytes_(0), in EvacuateNewSpacePageVisitor()
1400 intptr_t moved_bytes() { return moved_bytes_; } in moved_bytes()
1401 void account_moved_bytes(intptr_t bytes) { moved_bytes_ += bytes; } in account_moved_bytes()
1406 intptr_t moved_bytes_; member in v8::internal::EvacuateNewSpacePageVisitor