Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer.h85 virtual size_t GetLoadedSize() = 0;
Delf_writer.cc44 bool success = elf_file->GetLoadedSize(oat_loaded_size, &error_msg); in GetOatElfInformation()
Delf_writer_quick.cc123 size_t GetLoadedSize() OVERRIDE;
326 size_t ElfWriterQuick<ElfTypes>::GetLoadedSize() { in GetLoadedSize() function in art::linker::ElfWriterQuick
327 return builder_->GetLoadedSize(); in GetLoadedSize()
Dimage_test.h326 elf_writer->GetLoadedSize(), in Compile()
/art/runtime/
Delf_file.h78 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
Delf_file_impl.h114 bool GetLoadedSize(size_t* size, std::string* error_msg) const;
Delf_file.cc1033 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/
Delf_builder.h818 Elf_Word GetLoadedSize() { in GetLoadedSize() function
/art/dex2oat/
Ddex2oat.cc2121 elf_writer->GetLoadedSize(), in WriteOutputFiles()