Searched defs:CachedSection (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Delf_builder.h239 class CachedSection : public Section { class in class:art::FINAL
241 CachedSection(ElfBuilder<ElfTypes>* owner, function in class:art::FINAL::CachedSection
279 class CachedStringSection FINAL : public CachedSection {
285 : CachedSection(owner,
295 if (CachedSection::GetCacheSize() == 0u) {
298 return CachedSection::Add(name.c_str(), name.length() + 1);
335 class SymbolSection FINAL : public CachedSection {
342 : CachedSection(owner,
352 CachedSection::Add(&null_symbol, sizeof(null_symbol));
388 CachedSection
[all...]

Completed in 179 milliseconds