Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h245 Elf_Word GetCacheSize() { in GetCacheSize() function
282 if (CachedSection::GetCacheSize() == 0u) { in Add()
376 Elf_Word GetCacheSize() { return syms_.size() * sizeof(Elf_Sym); } in GetCacheSize() function
729 int count = dynsym_.GetCacheSize() / sizeof(Elf_Sym); // Includes NULL. in PrepareDynamicSection()
744 dynstr_.AllocateVirtualMemory(dynstr_.GetCacheSize()); in PrepareDynamicSection()
745 dynsym_.AllocateVirtualMemory(dynsym_.GetCacheSize()); in PrepareDynamicSection()
746 hash_.AllocateVirtualMemory(hash_.GetCacheSize()); in PrepareDynamicSection()
753 { .d_tag = DT_STRSZ, .d_un = { .d_ptr = dynstr_.GetCacheSize() }, }, in PrepareDynamicSection()
758 dynamic_.AllocateVirtualMemory(dynamic_.GetCacheSize()); in PrepareDynamicSection()
/art/runtime/verifier/
Dreg_type_cache.h122 size_t GetCacheSize() { in GetCacheSize() function