Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc5700 std::unique_ptr<uint32_t[]> hash_heap_storage; in LinkVirtualMethods() local
5705 hash_heap_storage.reset(new uint32_t[hash_table_size]); in LinkVirtualMethods()
5706 hash_table_ptr = hash_heap_storage.get(); in LinkVirtualMethods()