Searched refs:local_live_bytes_ (Results 1 – 1 of 1) sorted by relevance
4041 local_live_bytes_.reserve(isolate->heap()->new_space()->Capacity() / in YoungGenerationMarkingTask()4094 local_live_bytes_[Page::FromAddress(reinterpret_cast<Address>(object))] += in IncrementLiveBytes()4099 for (auto pair : local_live_bytes_) { in FlushLiveBytes()4108 std::unordered_map<Page*, intptr_t, Page::Hasher> local_live_bytes_; member in v8::internal::YoungGenerationMarkingTask