Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h432 Elf_Word* chain = hash.data() + chain_offset; in Write() local
445 while (chain[hash_val] != 0) { in Write()
446 hash_val = chain[hash_val]; in Write()
449 chain[hash_val] = index; in Write()
453 CHECK_EQ(chain[index], static_cast<Elf_Word>(0)); in Write()
/art/cmdline/
DREADME.md20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with