Searched refs:GetLoadedSize (Results 1 – 9 of 9) sorted by relevance
/art/dex2oat/linker/ |
D | elf_writer.h | 85 virtual size_t GetLoadedSize() = 0;
|
D | elf_writer.cc | 44 bool success = elf_file->GetLoadedSize(oat_loaded_size, &error_msg); in GetOatElfInformation()
|
D | elf_writer_quick.cc | 123 size_t GetLoadedSize() OVERRIDE; 326 size_t ElfWriterQuick<ElfTypes>::GetLoadedSize() { in GetLoadedSize() function in art::linker::ElfWriterQuick 327 return builder_->GetLoadedSize(); in GetLoadedSize()
|
D | image_test.h | 326 elf_writer->GetLoadedSize(), in Compile()
|
/art/runtime/ |
D | elf_file.h | 78 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
|
D | elf_file_impl.h | 114 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
|
D | elf_file.cc | 1033 bool ElfFileImpl<ElfTypes>::GetLoadedSize(size_t* size, std::string* error_msg) const { in GetLoadedSize() function in art::ElfFileImpl 1140 if (!GetLoadedSize(&loaded_size, error_msg)) { in Load() 1861 bool ElfFile::GetLoadedSize(size_t* size, std::string* error_msg) const { in GetLoadedSize() function in art::ElfFile 1862 DELEGATE_TO_IMPL(GetLoadedSize, size, error_msg); in GetLoadedSize()
|
/art/compiler/linker/ |
D | elf_builder.h | 818 Elf_Word GetLoadedSize() { in GetLoadedSize() function
|
/art/dex2oat/ |
D | dex2oat.cc | 2121 elf_writer->GetLoadedSize(), in WriteOutputFiles()
|