Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h132 Elf32_Word GetHashBucket(size_t i, bool* ok) const;
Delf_file.cc678 Elf32_Word ElfFile::GetHashBucket(size_t i, bool* ok) const { in GetHashBucket() function in art::ElfFile
794 Elf32_Word symbol_and_chain_index = GetHashBucket(bucket_index, &ok); in FindDynamicSymbol()