Searched refs:chunk_map_ (Results 1 – 2 of 2) sorted by relevance
2551 chunk_map_(ComparePointers, 1024) {} in LargeObjectSpace()2559 chunk_map_.Clear(); in SetUp()2608 HashMap::Entry* entry = chunk_map_.Lookup(reinterpret_cast<void*>(key), in AllocateRaw()2641 HashMap::Entry* e = chunk_map_.Lookup(reinterpret_cast<void*>(key), in FindPage()2694 chunk_map_.Remove(reinterpret_cast<void*>(key), in FreeUnmarkedObjects()
2543 HashMap chunk_map_; variable