Searched refs:GetSymbol (Results 1 - 4 of 4) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.cc44 const std::string& DexCompilationUnit::GetSymbol() { function in class:art::DexCompilationUnit
H A Ddex_compilation_unit.h109 const std::string& GetSymbol();
/art/runtime/
H A Delf_file_impl.h97 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
H A Delf_file.cc792 Elf_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index);
822 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { function in class:art::ElfFileImpl
868 Elf_Sym* symbol = GetSymbol(section_type, i);
914 Elf_Sym* symbol = GetSymbol(section_type, i);
1620 Elf_Sym* symbol = GetSymbol(section_type, i);

Completed in 71 milliseconds