Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlarge-spaces.cc239 auto it = chunk_map_.find(key); in FindPage()
240 if (it != chunk_map_.end()) { in FindPage()
268 chunk_map_[current] = page; in InsertChunkMapEntries()
276 chunk_map_.erase(current); in RemoveChunkMapEntries()
589 chunk_map_(kInitialChunkMapCapacity) {} in CodeLargeObjectSpace()
Dlarge-spaces.h236 std::unordered_map<Address, LargePage*> chunk_map_; variable