Home
last modified time | relevance | path

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

/art/compiler/linker/
Delf_builder.h234 class CachedSection : public Section {
236 CachedSection(ElfBuilder<ElfTypes>* owner, in CachedSection() function
274 class CachedStringSection FINAL : public CachedSection {
280 : CachedSection(owner, in CachedStringSection()
290 if (CachedSection::GetCacheSize() == 0u) { in Add()
293 return CachedSection::Add(name.c_str(), name.length() + 1); in Add()
1017 CachedSection hash_;
1018 CachedSection dynamic_;