Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dspaces.cc2794 static bool ComparePointers(void* key1, void* key2) { return key1 == key2; } in ComparePointers() function
2805 chunk_map_(ComparePointers, 1024) {} in LargeObjectSpace()