Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2805 chunk_map_(ComparePointers, 1024) {} in LargeObjectSpace()
2814 chunk_map_.Clear(); in SetUp()
2867 HashMap::Entry* entry = chunk_map_.Lookup(reinterpret_cast<void*>(key), in AllocateRaw()
2914 HashMap::Entry* e = chunk_map_.Lookup(reinterpret_cast<void*>(key), in FindPage()
2967 chunk_map_.Remove(reinterpret_cast<void*>(key), in FreeUnmarkedObjects()
Dspaces.h2788 HashMap chunk_map_; variable