Home
last modified time | relevance | path

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

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