Searched refs:GetLoadedSize (Results 1 – 9 of 9) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.cc | 109 size_t GetLoadedSize() OVERRIDE; 280 size_t ElfWriterQuick<ElfTypes>::GetLoadedSize() { in GetLoadedSize() function in art::ElfWriterQuick 281 return builder_->GetLoadedSize(); in GetLoadedSize()
|
D | elf_writer.h | 72 virtual size_t GetLoadedSize() = 0;
|
D | elf_writer.cc | 52 bool success = elf_file->GetLoadedSize(oat_loaded_size, &error_msg); in GetOatElfInformation()
|
D | image_test.cc | 145 elf_writer->GetLoadedSize(), in TestWriteRead()
|
D | elf_builder.h | 722 Elf_Word GetLoadedSize() { in GetLoadedSize() function
|
/art/runtime/ |
D | elf_file.h | 78 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
|
D | elf_file_impl.h | 118 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
|
D | elf_file.cc | 1023 bool ElfFileImpl<ElfTypes>::GetLoadedSize(size_t* size, std::string* error_msg) const { in GetLoadedSize() function in art::ElfFileImpl 1127 if (!GetLoadedSize(&loaded_size, error_msg)) { in Load() 1847 bool ElfFile::GetLoadedSize(size_t* size, std::string* error_msg) const { in GetLoadedSize() function in art::ElfFile 1848 DELEGATE_TO_IMPL(GetLoadedSize, size, error_msg); in GetLoadedSize()
|
/art/dex2oat/ |
D | dex2oat.cc | 1686 elf_writer->GetLoadedSize(), in WriteOatFiles()
|