Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h427 uint32_t bucket_offset = hash.size(); in Write() local
428 uint32_t chain_offset = bucket_offset + nbuckets; in Write()
431 Elf_Word* buckets = hash.data() + bucket_offset; in Write()