Searched defs:compacting_collection_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmark-compact.h152 bool HasCompacted() { return compacting_collection_; }
159 return state_ != IDLE && compacting_collection_;
161 return compacting_collection_;
219 bool compacting_collection_; member in class:v8::internal::MarkCompactCollector

Completed in 43 milliseconds