HomeSort by relevance Sort by last modified time
    Searched refs:GetHashBucketNum (Results 1 - 2 of 2) sorted by null

  /art/runtime/
elf_file_impl.h 145 Elf_Word GetHashBucketNum() const;
elf_file.cc 698 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucketNum() const {
709 if (i >= GetHashBucketNum()) {
726 return GetHashSectionStart()[2 + GetHashBucketNum() + i];
829 if (GetHashBucketNum() == 0) {
834 Elf_Word bucket_index = hash % GetHashBucketNum();
    [all...]

Completed in 125 milliseconds