Searched defs:GetSymbol (Results 1 - 3 of 3) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.cc58 const std::string& DexCompilationUnit::GetSymbol() { function in class:art::DexCompilationUnit
/art/compiler/
H A Dcompiled_method.cc131 const std::string& CompiledCode::GetSymbol() const { function in class:art::CompiledCode
/art/runtime/
H A Delf_file.cc780 Elf32_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index);
803 Elf32_Sym* ElfFile::GetSymbol(Elf32_Word section_type, function in class:art::ElfFile
848 Elf32_Sym* symbol = GetSymbol(section_type, i);
892 Elf32_Sym* symbol = GetSymbol(section_type, i);

Completed in 80 milliseconds