Searched refs:moved_bytes_ (Results 1 – 1 of 1) sorted by relevance
1371 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