Home
last modified time | relevance | path

Searched refs:GetString (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Delf_file_impl.h106 const char* GetString(Elf_Shdr&, Elf_Word) const;
192 const char* GetString(Elf_Word section_type, Elf_Word) const;
Delf_file.cc236 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup()
245 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name); in Setup()
627 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Word section_type, in GetString() function in art::ElfFileImpl
796 const char* name = GetString(SHT_DYNSYM, symbol->st_name); in FindDynamicSymbol()
878 const char* name = GetString(*string_section, symbol->st_name); in FindSymbolByName()
918 const char* name = GetString(*string_section, symbol->st_name); in FindSymbolByName()
940 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Shdr& string_section, in GetString() function in art::ElfFileImpl
1347 const char* sec_name = GetString(*shstrtab_sec, shdr->sh_name); in FindSectionByName()
1452 const char* name = GetString(*string_section, sh->sh_name); in Strip()
/art/compiler/optimizing/
Dnodes.cc2639 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()
Dcode_generator_arm64.cc5095 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
5128 load->GetString())); in VisitLoadString()
Dcode_generator_mips64.cc5267 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
5295 load->GetString())); in VisitLoadString()
Dcode_generator_x86_64.cc5698 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
5720 load->GetDexFile(), load->GetStringIndex(), load->GetString()); in VisitLoadString()
Dcode_generator_x86.cc6326 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
6347 load->GetDexFile(), load->GetStringIndex(), load->GetString()); in VisitLoadString()
Dcode_generator_arm.cc6925 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
6953 load->GetString())); in VisitLoadString()
Dcode_generator_arm_vixl.cc6978 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
7002 load->GetString())); in VisitLoadString()
Dcode_generator_mips.cc7305 reinterpret_cast<uintptr_t>(load->GetString().Get())); in VisitLoadString()
7334 load->GetString()); in VisitLoadString()
Dnodes.h5897 Handle<mirror::String> GetString() const { in GetString() function